Html Css Color HEX #B03C74 Royal Heath

📋 copy color: '#B03C74'

red 176 ◦ green 60 ◦ blue 116

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

Shades of Royal Heath #B03C74

Tints of Royal Heath #B03C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.95%

R = 50%
G = 17.05%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B03C74 (or 0xB03C74) is known color: Royal Heath. HEX triplet: B0, 3C and 74. RGB value is (176,60,116). Sum of RGB (Red+Green+Blue) = 176+60+116=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 60 (23.83% from 255 or 17.05% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B03C74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03C74 is #4FC38B. Grayscale: #646464. Windows color (decimal): -5227404 or 7617712. OLE color: 7617712.

HSL color Cylindrical-coordinate representation of color #B03C74: hue angle of 331.03º 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 #B03C74 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 60 116 -
CMYK 0 0.66 0.34 0.31
HSL 331.03º 0.49% 0.46% -
HSV(B) 331.03º 0.66% 0.69% -
XYZ 22.67 13.72 17.98 -
YUV 101.07 136.43 181.45 -
System Red Green Blue C M Y K H S L
Decimal 176 60 116 0 0.66 0.34 0.31 331.03 0.49 0.46
Hex B0 3C 74 0 42 22 1F 14B 31 2E
Octal 260 74 164 0 102 42 37 513 61 56
Binary 10110000 111100 1110100 0 1000010 100010 11111 101001011 110001 101110

Color Harmonies of #B03C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03C74

Black with #B03C74

Text Example


Text Example

White with #B03C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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