Html Css Color HEX #B63F7E Medium Red Violet

📋 copy color: '#B63F7E'

red 182 ◦ green 63 ◦ blue 126

#B63F7E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #B63F7E

Tints of Medium Red Violet #B63F7E

RGB

 RED value IS 182 (71.48% from 255) = 49.06%

 GREEN value IS 63 (25% from 255) = 16.98%

 BLUE value IS 126 (49.61% from 255) = 33.96%

R = 49.06%
G = 16.98%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B63F7E (or 0xB63F7E) is known color: Medium Red Violet. HEX triplet: B6, 3F and 7E. RGB value is (182,63,126). Sum of RGB (Red+Green+Blue) = 182+63+126=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B63F7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63F7E is #49C081. Grayscale: #696969. Windows color (decimal): -4833410 or 8273846. OLE color: 8273846.

HSL color Cylindrical-coordinate representation of color #B63F7E: hue angle of 328.24º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B63F7E is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 63 126 -
CMYK 0 0.65 0.31 0.29
HSL 328.24º 0.49% 0.48% -
HSV(B) 328.24º 0.65% 0.71% -
XYZ 24.83 15.01 21.33 -
YUV 105.76 139.42 182.38 -
System Red Green Blue C M Y K H S L
Decimal 182 63 126 0 0.65 0.31 0.29 328.24 0.49 0.48
Hex B6 3F 7E 0 41 1F 1D 148 31 30
Octal 266 77 176 0 101 37 35 510 61 60
Binary 10110110 111111 1111110 0 1000001 11111 11101 101001000 110001 110000

Color Harmonies of #B63F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63F7E

Black with #B63F7E

Text Example


Text Example

White with #B63F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63F7E; }

 p { color: rgb(182,63,126); }

 H1.HeaderClassName
 {
   color: #B63F7E;
 }
 .AnyTagClassName
 {
   color: #B63F7E;
 }
</style>

background-color css

<style>
 a { background-color: #B63F7E; }

 a { background-color: rgb(182,63,126); }

 div.DivClassName
 {
   background-color: #B63F7E;
 }
 .BgClassName
 {
   background-color: #B63F7E;
 }
</style>

border-color css

<style>
 span { border-color: #B63F7E; }

 span { border-color: rgb(182,63,126); }

 td.TdClassName
 {
   border-color: #B63F7E;
 }
 .TagClassName
 {
   border-color: #B63F7E;
 }
</style>