Html Css Color HEX #B33C70 Royal Heath

📋 copy color: '#B33C70'

red 179 ◦ green 60 ◦ blue 112

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

Shades of Royal Heath #B33C70

Tints of Royal Heath #B33C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.91%

R = 51%
G = 17.09%
B = 31.91%

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

#B33C70 (or 0xB33C70) is known color: Royal Heath. HEX triplet: B3, 3C and 70. RGB value is (179,60,112). Sum of RGB (Red+Green+Blue) = 179+60+112=351 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.00% from 351); Green value is 60 (23.83% from 255 or 17.09% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33C70 is #4CC38F. Grayscale: #656565. Windows color (decimal): -5030800 or 7355571. OLE color: 7355571.

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

Color convert

RGB 179 60 112 -
CMYK 0 0.66 0.37 0.30
HSL 333.78º 0.5% 0.47% -
HSV(B) 333.78º 0.66% 0.7% -
XYZ 23.13 13.99 16.81 -
YUV 101.51 133.92 183.27 -
System Red Green Blue C M Y K H S L
Decimal 179 60 112 0 0.66 0.37 0.30 333.78 0.5 0.47
Hex B3 3C 70 0 42 25 1E 14E 32 2F
Octal 263 74 160 0 102 45 36 516 62 57
Binary 10110011 111100 1110000 0 1000010 100101 11110 101001110 110010 101111

Color Harmonies of #B33C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33C70

Black with #B33C70

Text Example


Text Example

White with #B33C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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