Html Css Color HEX #B33A74 Royal Heath

📋 copy color: '#B33A74'

red 179 ◦ green 58 ◦ blue 116

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

Shades of Royal Heath #B33A74

Tints of Royal Heath #B33A74

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.43%

 BLUE value IS 116 (45.7% from 255) = 32.86%

R = 50.71%
G = 16.43%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B33A74 (or 0xB33A74) is known color: Royal Heath. HEX triplet: B3, 3A and 74. RGB value is (179,58,116). Sum of RGB (Red+Green+Blue) = 179+58+116=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 58 (23.05% from 255 or 16.43% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B33A74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33A74 is #4CC58B. Grayscale: #646464. Windows color (decimal): -5031308 or 7617203. OLE color: 7617203.

HSL color Cylindrical-coordinate representation of color #B33A74: hue angle of 331.24º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B33A74 is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 58 116 -
CMYK 0 0.68 0.35 0.30
HSL 331.24º 0.51% 0.46% -
HSV(B) 331.24º 0.68% 0.7% -
XYZ 23.26 13.87 17.97 -
YUV 100.79 136.59 183.78 -
System Red Green Blue C M Y K H S L
Decimal 179 58 116 0 0.68 0.35 0.30 331.24 0.51 0.46
Hex B3 3A 74 0 44 23 1E 14B 33 2E
Octal 263 72 164 0 104 43 36 513 63 56
Binary 10110011 111010 1110100 0 1000100 100011 11110 101001011 110011 101110

Color Harmonies of #B33A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33A74

Black with #B33A74

Text Example


Text Example

White with #B33A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33A74; }

 p { color: rgb(179,58,116); }

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

background-color css

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

 a { background-color: rgb(179,58,116); }

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

border-color css

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

 span { border-color: rgb(179,58,116); }

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