Html Css Color HEX #B23E5A Hippie Pink

📋 copy color: '#B23E5A'

red 178 ◦ green 62 ◦ blue 90

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

Shades of Hippie Pink #B23E5A

Tints of Hippie Pink #B23E5A

RGB

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

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

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

R = 53.94%
G = 18.79%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B23E5A (or 0xB23E5A) is known color: Hippie Pink. HEX triplet: B2, 3E and 5A. RGB value is (178,62,90). Sum of RGB (Red+Green+Blue) = 178+62+90=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 62 (24.61% from 255 or 18.79% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B23E5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23E5A is #4DC1A5. Grayscale: #636363. Windows color (decimal): -5095846 or 5914290. OLE color: 5914290.

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

Color convert

RGB 178 62 90 -
CMYK 0 0.65 0.49 0.30
HSL 345.52º 0.48% 0.47% -
HSV(B) 345.52º 0.65% 0.7% -
XYZ 21.93 13.65 11.15 -
YUV 99.88 122.43 183.72 -
System Red Green Blue C M Y K H S L
Decimal 178 62 90 0 0.65 0.49 0.30 345.52 0.48 0.47
Hex B2 3E 5A 0 41 31 1E 15A 30 2F
Octal 262 76 132 0 101 61 36 532 60 57
Binary 10110010 111110 1011010 0 1000001 110001 11110 101011010 110000 101111

Color Harmonies of #B23E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23E5A

Black with #B23E5A

Text Example


Text Example

White with #B23E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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