Html Css Color HEX #B34058 Hippie Pink

📋 copy color: '#B34058'

red 179 ◦ green 64 ◦ blue 88

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

Shades of Hippie Pink #B34058

Tints of Hippie Pink #B34058

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.34%

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

R = 54.08%
G = 19.34%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B34058 (or 0xB34058) is known color: Hippie Pink. HEX triplet: B3, 40 and 58. RGB value is (179,64,88). Sum of RGB (Red+Green+Blue) = 179+64+88=331 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.08% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 88 (34.77% from 255 or 26.59% from 331); Max value from RGB is 179 - color contains mainly: red. Hex color #B34058 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34058 is #4CBFA7. Grayscale: #656565. Windows color (decimal): -5029800 or 5783731. OLE color: 5783731.

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

Color convert

RGB 179 64 88 -
CMYK 0 0.64 0.51 0.30
HSL 347.48º 0.47% 0.48% -
HSV(B) 347.48º 0.64% 0.7% -
XYZ 22.19 13.96 10.76 -
YUV 101.12 120.6 183.55 -
System Red Green Blue C M Y K H S L
Decimal 179 64 88 0 0.64 0.51 0.30 347.48 0.47 0.48
Hex B3 40 58 0 40 33 1E 15B 2F 30
Octal 263 100 130 0 100 63 36 533 57 60
Binary 10110011 1000000 1011000 0 1000000 110011 11110 101011011 101111 110000

Color Harmonies of #B34058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34058

Black with #B34058

Text Example


Text Example

White with #B34058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34058; }

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

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

background-color css

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

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

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

border-color css

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

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

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