Html Css Color HEX #B23C58 Hippie Pink

📋 copy color: '#B23C58'

red 178 ◦ green 60 ◦ blue 88

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

Shades of Hippie Pink #B23C58

Tints of Hippie Pink #B23C58

RGB

 RED value IS 178 (69.92% from 255) = 54.6%

 GREEN value IS 60 (23.83% from 255) = 18.4%

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

R = 54.6%
G = 18.4%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B23C58 (or 0xB23C58) is known color: Hippie Pink. HEX triplet: B2, 3C and 58. RGB value is (178,60,88). Sum of RGB (Red+Green+Blue) = 178+60+88=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 60 (23.83% from 255 or 18.40% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23C58 is #4DC3A7. Grayscale: #626262. Windows color (decimal): -5096360 or 5782706. OLE color: 5782706.

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

Color convert

RGB 178 60 88 -
CMYK 0 0.66 0.51 0.30
HSL 345.76º 0.5% 0.47% -
HSV(B) 345.76º 0.66% 0.7% -
XYZ 21.74 13.4 10.67 -
YUV 98.47 122.09 184.72 -
System Red Green Blue C M Y K H S L
Decimal 178 60 88 0 0.66 0.51 0.30 345.76 0.5 0.47
Hex B2 3C 58 0 42 33 1E 15A 32 2F
Octal 262 74 130 0 102 63 36 532 62 57
Binary 10110010 111100 1011000 0 1000010 110011 11110 101011010 110010 101111

Color Harmonies of #B23C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23C58

Black with #B23C58

Text Example


Text Example

White with #B23C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23C58; }

 p { color: rgb(178,60,88); }

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

background-color css

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

 a { background-color: rgb(178,60,88); }

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

border-color css

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

 span { border-color: rgb(178,60,88); }

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