Html Css Color HEX #B33F76 Royal Heath

📋 copy color: '#B33F76'

red 179 ◦ green 63 ◦ blue 118

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

Shades of Royal Heath #B33F76

Tints of Royal Heath #B33F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 32.78%

R = 49.72%
G = 17.5%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B33F76 (or 0xB33F76) is known color: Royal Heath. HEX triplet: B3, 3F and 76. RGB value is (179,63,118). Sum of RGB (Red+Green+Blue) = 179+63+118=360 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.72% from 360); Green value is 63 (25% from 255 or 17.5% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 179 - color contains mainly: red. Hex color #B33F76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33F76 is #4CC089. Grayscale: #676767. Windows color (decimal): -5030026 or 7749555. OLE color: 7749555.

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

Color convert

RGB 179 63 118 -
CMYK 0 0.65 0.34 0.30
HSL 331.55º 0.48% 0.47% -
HSV(B) 331.55º 0.65% 0.7% -
XYZ 23.64 14.45 18.68 -
YUV 103.95 135.93 181.53 -
System Red Green Blue C M Y K H S L
Decimal 179 63 118 0 0.65 0.34 0.30 331.55 0.48 0.47
Hex B3 3F 76 0 41 22 1E 14C 30 2F
Octal 263 77 166 0 101 42 36 514 60 57
Binary 10110011 111111 1110110 0 1000001 100010 11110 101001100 110000 101111

Color Harmonies of #B33F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33F76

Black with #B33F76

Text Example


Text Example

White with #B33F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33F76; }

 p { color: rgb(179,63,118); }

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

background-color css

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

 a { background-color: rgb(179,63,118); }

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

border-color css

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

 span { border-color: rgb(179,63,118); }

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