Html Css Color HEX #B33C73 Royal Heath

📋 copy color: '#B33C73'

red 179 ◦ green 60 ◦ blue 115

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

Shades of Royal Heath #B33C73

Tints of Royal Heath #B33C73

RGB

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

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

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

R = 50.56%
G = 16.95%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B33C73 (or 0xB33C73) is known color: Royal Heath. HEX triplet: B3, 3C and 73. RGB value is (179,60,115). Sum of RGB (Red+Green+Blue) = 179+60+115=354 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.56% from 354); Green value is 60 (23.83% from 255 or 16.95% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33C73 is #4CC38C. Grayscale: #656565. Windows color (decimal): -5030797 or 7552179. OLE color: 7552179.

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

Color convert

RGB 179 60 115 -
CMYK 0 0.66 0.36 0.30
HSL 332.27º 0.5% 0.47% -
HSV(B) 332.27º 0.66% 0.7% -
XYZ 23.3 14.05 17.7 -
YUV 101.85 135.42 183.03 -
System Red Green Blue C M Y K H S L
Decimal 179 60 115 0 0.66 0.36 0.30 332.27 0.5 0.47
Hex B3 3C 73 0 42 24 1E 14C 32 2F
Octal 263 74 163 0 102 44 36 514 62 57
Binary 10110011 111100 1110011 0 1000010 100100 11110 101001100 110010 101111

Color Harmonies of #B33C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33C73

Black with #B33C73

Text Example


Text Example

White with #B33C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33C73; }

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

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

background-color css

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

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

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

border-color css

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

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

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