Html Css Color HEX #B33B58 Hippie Pink

📋 copy color: '#B33B58'

red 179 ◦ green 59 ◦ blue 88

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

Shades of Hippie Pink #B33B58

Tints of Hippie Pink #B33B58

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.1%

 BLUE value IS 88 (34.77% from 255) = 26.99%

R = 54.91%
G = 18.1%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B33B58 (or 0xB33B58) is known color: Hippie Pink. HEX triplet: B3, 3B and 58. RGB value is (179,59,88). Sum of RGB (Red+Green+Blue) = 179+59+88=326 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.91% from 326); Green value is 59 (23.44% from 255 or 18.10% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 179 - color contains mainly: red. Hex color #B33B58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33B58 is #4CC4A7. Grayscale: #626262. Windows color (decimal): -5031080 or 5782451. OLE color: 5782451.

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

Color convert

RGB 179 59 88 -
CMYK 0 0.67 0.51 0.30
HSL 345.5º 0.5% 0.47% -
HSV(B) 345.5º 0.67% 0.7% -
XYZ 21.92 13.42 10.67 -
YUV 98.19 122.26 185.64 -
System Red Green Blue C M Y K H S L
Decimal 179 59 88 0 0.67 0.51 0.30 345.5 0.5 0.47
Hex B3 3B 58 0 43 33 1E 15A 32 2F
Octal 263 73 130 0 103 63 36 532 62 57
Binary 10110011 111011 1011000 0 1000011 110011 11110 101011010 110010 101111

Color Harmonies of #B33B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33B58

Black with #B33B58

Text Example


Text Example

White with #B33B58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33B58; }

 p { color: rgb(179,59,88); }

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

background-color css

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

 a { background-color: rgb(179,59,88); }

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

border-color css

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

 span { border-color: rgb(179,59,88); }

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