Html Css Color HEX #B33E73 Royal Heath

📋 copy color: '#B33E73'

red 179 ◦ green 62 ◦ blue 115

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

Shades of Royal Heath #B33E73

Tints of Royal Heath #B33E73

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.42%

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

R = 50.28%
G = 17.42%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B33E73 (or 0xB33E73) is known color: Royal Heath. HEX triplet: B3, 3E and 73. RGB value is (179,62,115). Sum of RGB (Red+Green+Blue) = 179+62+115=356 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.28% from 356); Green value is 62 (24.61% from 255 or 17.42% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 179 - color contains mainly: red. Hex color #B33E73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33E73 is #4CC18C. Grayscale: #666666. Windows color (decimal): -5030285 or 7552691. OLE color: 7552691.

HSL color Cylindrical-coordinate representation of color #B33E73: hue angle of 332.82º degrees, saturation: 0.49, 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 #B33E73 is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 62 115 -
CMYK 0 0.65 0.36 0.30
HSL 332.82º 0.49% 0.47% -
HSV(B) 332.82º 0.65% 0.7% -
XYZ 23.41 14.27 17.74 -
YUV 103.03 134.76 182.19 -
System Red Green Blue C M Y K H S L
Decimal 179 62 115 0 0.65 0.36 0.30 332.82 0.49 0.47
Hex B3 3E 73 0 41 24 1E 14D 31 2F
Octal 263 76 163 0 101 44 36 515 61 57
Binary 10110011 111110 1110011 0 1000001 100100 11110 101001101 110001 101111

Color Harmonies of #B33E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33E73

Black with #B33E73

Text Example


Text Example

White with #B33E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33E73; }

 p { color: rgb(179,62,115); }

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

background-color css

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

 a { background-color: rgb(179,62,115); }

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

border-color css

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

 span { border-color: rgb(179,62,115); }

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