Html Css Color HEX #B33E5A Hippie Pink

📋 copy color: '#B33E5A'

red 179 ◦ green 62 ◦ blue 90

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

Shades of Hippie Pink #B33E5A

Tints of Hippie Pink #B33E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.19%

R = 54.08%
G = 18.73%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.50

 K value IS 0.30

RGB Variations

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

Color information

#B33E5A (or 0xB33E5A) is known color: Hippie Pink. HEX triplet: B3, 3E and 5A. RGB value is (179,62,90). Sum of RGB (Red+Green+Blue) = 179+62+90=331 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.08% from 331); Green value is 62 (24.61% from 255 or 18.73% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 179 - color contains mainly: red. Hex color #B33E5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33E5A is #4CC1A5. Grayscale: #646464. Windows color (decimal): -5030310 or 5914291. OLE color: 5914291.

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

Color convert

RGB 179 62 90 -
CMYK 0 0.65 0.50 0.30
HSL 345.64º 0.49% 0.47% -
HSV(B) 345.64º 0.65% 0.7% -
XYZ 22.16 13.77 11.16 -
YUV 100.18 122.26 184.22 -
System Red Green Blue C M Y K H S L
Decimal 179 62 90 0 0.65 0.50 0.30 345.64 0.49 0.47
Hex B3 3E 5A 0 41 32 1E 15A 31 2F
Octal 263 76 132 0 101 62 36 532 61 57
Binary 10110011 111110 1011010 0 1000001 110010 11110 101011010 110001 101111

Color Harmonies of #B33E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33E5A

Black with #B33E5A

Text Example


Text Example

White with #B33E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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