#B34158

Color #B34158 Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #B34158

Tints of Hippie Pink #B34158

Color information

#B34158 (or 0xB34158) is unknown color: approx Hippie Pink. HEX triplet: B3, 41 and 58. RGB value is (179,65,88). Sum of RGB (Red+Green+Blue) = 179+65+88=332 (43% of max value = 765). Red value is 179 (70.31% from 255 or 53.92% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 88 (34.77% from 255 or 26.51% from 332); Max value from RGB is 179 - color contains mainly: red. Hex color #B34158 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34158 is #4CBEA7. Grayscale: #656565. Windows color (decimal): -5029544 or 5783987. OLE color: 5783987.

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

Color convert

RGB1796588-
CMYK00.640.510.30
HSL347.89º46.72%47.84%-
HSV(B)347.89º63.69%70.2%-
XYZ22.2414.0710.78-
YUV101.71120.27183.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.92%
GREEN value IS 65 (25.78% from 255) = 19.58%
BLUE value IS 88 (34.77% from 255) = 26.51%
R=53.92%
G=19.58%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179658800.640.510.30347.8946.7247.84
HexB34158040331E15c2f30
Octal263101130010063365345760
Binary10110011100000110110000100000011001111110101011100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34158; }

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

 H1.HeaderClassName
 {
   color: #B34158;
 }
 .AnyTagClassName
 {
   color: #B34158;
 }
</style>
background-color css

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

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

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

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

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

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