Html Css Color HEX #B33E6E Royal Heath

📋 copy color: '#B33E6E'

red 179 ◦ green 62 ◦ blue 110

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

Shades of Royal Heath #B33E6E

Tints of Royal Heath #B33E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.34%

R = 51%
G = 17.66%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B33E6E (or 0xB33E6E) is known color: Royal Heath. HEX triplet: B3, 3E and 6E. RGB value is (179,62,110). Sum of RGB (Red+Green+Blue) = 179+62+110=351 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.00% from 351); Green value is 62 (24.61% from 255 or 17.66% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 179 - color contains mainly: red. Hex color #B33E6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33E6E is #4CC191. Grayscale: #666666. Windows color (decimal): -5030290 or 7225011. OLE color: 7225011.

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

Color convert

RGB 179 62 110 -
CMYK 0 0.65 0.39 0.30
HSL 335.38º 0.49% 0.47% -
HSV(B) 335.38º 0.65% 0.7% -
XYZ 23.13 14.15 16.27 -
YUV 102.46 132.26 182.6 -
System Red Green Blue C M Y K H S L
Decimal 179 62 110 0 0.65 0.39 0.30 335.38 0.49 0.47
Hex B3 3E 6E 0 41 27 1E 14F 31 2F
Octal 263 76 156 0 101 47 36 517 61 57
Binary 10110011 111110 1101110 0 1000001 100111 11110 101001111 110001 101111

Color Harmonies of #B33E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33E6E

Black with #B33E6E

Text Example


Text Example

White with #B33E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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