Html Css Color HEX #B03F71 Royal Heath

📋 copy color: '#B03F71'

red 176 ◦ green 63 ◦ blue 113

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

Shades of Royal Heath #B03F71

Tints of Royal Heath #B03F71

RGB

 RED value IS 176 (69.14% from 255) = 50%

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

 BLUE value IS 113 (44.53% from 255) = 32.1%

R = 50%
G = 17.9%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B03F71 (or 0xB03F71) is known color: Royal Heath. HEX triplet: B0, 3F and 71. RGB value is (176,63,113). Sum of RGB (Red+Green+Blue) = 176+63+113=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 63 (25% from 255 or 17.90% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B03F71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03F71 is #4FC08E. Grayscale: #666666. Windows color (decimal): -5226639 or 7421872. OLE color: 7421872.

HSL color Cylindrical-coordinate representation of color #B03F71: hue angle of 333.45º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B03F71 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 63 113 -
CMYK 0 0.64 0.36 0.31
HSL 333.45º 0.47% 0.47% -
HSV(B) 333.45º 0.64% 0.69% -
XYZ 22.66 13.98 17.13 -
YUV 102.49 133.94 180.43 -
System Red Green Blue C M Y K H S L
Decimal 176 63 113 0 0.64 0.36 0.31 333.45 0.47 0.47
Hex B0 3F 71 0 40 24 1F 14D 2F 2F
Octal 260 77 161 0 100 44 37 515 57 57
Binary 10110000 111111 1110001 0 1000000 100100 11111 101001101 101111 101111

Color Harmonies of #B03F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03F71

Black with #B03F71

Text Example


Text Example

White with #B03F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03F71; }

 p { color: rgb(176,63,113); }

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

background-color css

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

 a { background-color: rgb(176,63,113); }

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

border-color css

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

 span { border-color: rgb(176,63,113); }

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