Html Css Color HEX #BC4158 Hippie Pink

📋 copy color: '#BC4158'

red 188 ◦ green 65 ◦ blue 88

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

Shades of Hippie Pink #BC4158

Tints of Hippie Pink #BC4158

RGB

 RED value IS 188 (73.83% from 255) = 55.13%

 GREEN value IS 65 (25.78% from 255) = 19.06%

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

R = 55.13%
G = 19.06%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC4158 (or 0xBC4158) is known color: Hippie Pink. HEX triplet: BC, 41 and 58. RGB value is (188,65,88). Sum of RGB (Red+Green+Blue) = 188+65+88=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 88 (34.77% from 255 or 25.81% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4158 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4158 is #43BEA7. Grayscale: #686868. Windows color (decimal): -4439720 or 5783996. OLE color: 5783996.

HSL color Cylindrical-coordinate representation of color #BC4158: hue angle of 348.78º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC4158 is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 65 88 -
CMYK 0 0.65 0.53 0.26
HSL 348.78º 0.49% 0.5% -
HSV(B) 348.78º 0.65% 0.74% -
XYZ 24.39 15.18 10.88 -
YUV 104.4 118.75 187.63 -
System Red Green Blue C M Y K H S L
Decimal 188 65 88 0 0.65 0.53 0.26 348.78 0.49 0.5
Hex BC 41 58 0 41 35 1A 15D 31 32
Octal 274 101 130 0 101 65 32 535 61 62
Binary 10111100 1000001 1011000 0 1000001 110101 11010 101011101 110001 110010

Color Harmonies of #BC4158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4158

Black with #BC4158

Text Example


Text Example

White with #BC4158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4158; }

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

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

background-color css

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

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

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

border-color css

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

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

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