Html Css Color HEX #B33C77 Royal Heath

📋 copy color: '#B33C77'

red 179 ◦ green 60 ◦ blue 119

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

Shades of Royal Heath #B33C77

Tints of Royal Heath #B33C77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.24%

R = 50%
G = 16.76%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B33C77 (or 0xB33C77) is known color: Royal Heath. HEX triplet: B3, 3C and 77. RGB value is (179,60,119). Sum of RGB (Red+Green+Blue) = 179+60+119=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 60 (23.83% from 255 or 16.76% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33C77 is #4CC388. Grayscale: #666666. Windows color (decimal): -5030793 or 7814323. OLE color: 7814323.

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

Color convert

RGB 179 60 119 -
CMYK 0 0.66 0.34 0.30
HSL 330.25º 0.5% 0.47% -
HSV(B) 330.25º 0.66% 0.7% -
XYZ 23.54 14.15 18.94 -
YUV 102.31 137.42 182.7 -
System Red Green Blue C M Y K H S L
Decimal 179 60 119 0 0.66 0.34 0.30 330.25 0.5 0.47
Hex B3 3C 77 0 42 22 1E 14A 32 2F
Octal 263 74 167 0 102 42 36 512 62 57
Binary 10110011 111100 1110111 0 1000010 100010 11110 101001010 110010 101111

Color Harmonies of #B33C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33C77

Black with #B33C77

Text Example


Text Example

White with #B33C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33C77; }

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

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

background-color css

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

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

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

border-color css

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

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

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