Html Css Color HEX #B33C71 Royal Heath

📋 copy color: '#B33C71'

red 179 ◦ green 60 ◦ blue 113

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

Shades of Royal Heath #B33C71

Tints of Royal Heath #B33C71

RGB

 RED value IS 179 (70.31% from 255) = 50.85%

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

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

R = 50.85%
G = 17.05%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B33C71 (or 0xB33C71) is known color: Royal Heath. HEX triplet: B3, 3C and 71. RGB value is (179,60,113). Sum of RGB (Red+Green+Blue) = 179+60+113=352 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.85% from 352); Green value is 60 (23.83% from 255 or 17.05% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33C71 is #4CC38E. Grayscale: #656565. Windows color (decimal): -5030799 or 7421107. OLE color: 7421107.

HSL color Cylindrical-coordinate representation of color #B33C71: hue angle of 333.28º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B33C71 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 60 113 -
CMYK 0 0.66 0.37 0.30
HSL 333.28º 0.5% 0.47% -
HSV(B) 333.28º 0.66% 0.7% -
XYZ 23.19 14.01 17.1 -
YUV 101.62 134.42 183.19 -
System Red Green Blue C M Y K H S L
Decimal 179 60 113 0 0.66 0.37 0.30 333.28 0.5 0.47
Hex B3 3C 71 0 42 25 1E 14D 32 2F
Octal 263 74 161 0 102 45 36 515 62 57
Binary 10110011 111100 1110001 0 1000010 100101 11110 101001101 110010 101111

Color Harmonies of #B33C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33C71

Black with #B33C71

Text Example


Text Example

White with #B33C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33C71; }

 p { color: rgb(179,60,113); }

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

background-color css

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

 a { background-color: rgb(179,60,113); }

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

border-color css

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

 span { border-color: rgb(179,60,113); }

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