#BC415C

Color #BC415C Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #BC415C

Tints of Hippie Pink #BC415C

Color information

#BC415C (or 0xBC415C) is unknown color: approx Hippie Pink. HEX triplet: BC, 41 and 5C. RGB value is (188,65,92). Sum of RGB (Red+Green+Blue) = 188+65+92=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC415C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC415C is #43BEA3. Grayscale: #686868. Windows color (decimal): -4439716 or 6046140. OLE color: 6046140.

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

Color convert

RGB1886592-
CMYK00.650.510.26
HSL346.83º48.62%49.61%-
HSV(B)346.83º65.43%73.73%-
XYZ24.5615.2411.77-
YUV104.85120.75187.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.49%
GREEN value IS 65 (25.78% from 255) = 18.84%
BLUE value IS 92 (36.33% from 255) = 26.67%
R=54.49%
G=18.84%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188659200.650.510.26346.8348.6249.61
HexBC415C041331A15b3132
Octal274101134010163325336162
Binary10111100100000110111000100000111001111010101011011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC415C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC415C; }

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

 H1.HeaderClassName
 {
   color: #BC415C;
 }
 .AnyTagClassName
 {
   color: #BC415C;
 }
</style>
background-color css

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

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

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

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

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

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