Html Css Color HEX #B23E52 Hippie Pink

📋 copy color: '#B23E52'

red 178 ◦ green 62 ◦ blue 82

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

Shades of Hippie Pink #B23E52

Tints of Hippie Pink #B23E52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 25.47%

R = 55.28%
G = 19.25%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B23E52 (or 0xB23E52) is known color: Hippie Pink. HEX triplet: B2, 3E and 52. RGB value is (178,62,82). Sum of RGB (Red+Green+Blue) = 178+62+82=322 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.28% from 322); Green value is 62 (24.61% from 255 or 19.25% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 178 - color contains mainly: red. Hex color #B23E52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23E52 is #4DC1AD. Grayscale: #626262. Windows color (decimal): -5095854 or 5390002. OLE color: 5390002.

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

Color convert

RGB 178 62 82 -
CMYK 0 0.65 0.54 0.30
HSL 349.66º 0.48% 0.47% -
HSV(B) 349.66º 0.65% 0.7% -
XYZ 21.61 13.52 9.45 -
YUV 98.96 118.43 184.37 -
System Red Green Blue C M Y K H S L
Decimal 178 62 82 0 0.65 0.54 0.30 349.66 0.48 0.47
Hex B2 3E 52 0 41 36 1E 15E 30 2F
Octal 262 76 122 0 101 66 36 536 60 57
Binary 10110010 111110 1010010 0 1000001 110110 11110 101011110 110000 101111

Color Harmonies of #B23E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23E52

Black with #B23E52

Text Example


Text Example

White with #B23E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23E52; }

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

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

background-color css

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

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

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

border-color css

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

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

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