Html Css Color HEX #B03C73 Royal Heath

📋 copy color: '#B03C73'

red 176 ◦ green 60 ◦ blue 115

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

Shades of Royal Heath #B03C73

Tints of Royal Heath #B03C73

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.09%

 BLUE value IS 115 (45.31% from 255) = 32.76%

R = 50.14%
G = 17.09%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B03C73 (or 0xB03C73) is known color: Royal Heath. HEX triplet: B0, 3C and 73. RGB value is (176,60,115). Sum of RGB (Red+Green+Blue) = 176+60+115=351 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.14% from 351); Green value is 60 (23.83% from 255 or 17.09% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 176 - color contains mainly: red. Hex color #B03C73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03C73 is #4FC38C. Grayscale: #646464. Windows color (decimal): -5227405 or 7552176. OLE color: 7552176.

HSL color Cylindrical-coordinate representation of color #B03C73: hue angle of 331.55º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B03C73 is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 60 115 -
CMYK 0 0.66 0.35 0.31
HSL 331.55º 0.49% 0.46% -
HSV(B) 331.55º 0.66% 0.69% -
XYZ 22.61 13.7 17.67 -
YUV 100.95 135.93 181.53 -
System Red Green Blue C M Y K H S L
Decimal 176 60 115 0 0.66 0.35 0.31 331.55 0.49 0.46
Hex B0 3C 73 0 42 23 1F 14C 31 2E
Octal 260 74 163 0 102 43 37 514 61 56
Binary 10110000 111100 1110011 0 1000010 100011 11111 101001100 110001 101110

Color Harmonies of #B03C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03C73

Black with #B03C73

Text Example


Text Example

White with #B03C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03C73; }

 p { color: rgb(176,60,115); }

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

background-color css

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

 a { background-color: rgb(176,60,115); }

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

border-color css

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

 span { border-color: rgb(176,60,115); }

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