#BC415D

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

Shades of Hippie Pink #BC415D

Tints of Hippie Pink #BC415D

Color information

#BC415D (or 0xBC415D) is unknown color: approx Hippie Pink. HEX triplet: BC, 41 and 5D. RGB value is (188,65,93). Sum of RGB (Red+Green+Blue) = 188+65+93=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC415D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC415D is #43BEA2. Grayscale: #686868. Windows color (decimal): -4439715 or 6111676. OLE color: 6111676.

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

Color convert

RGB1886593-
CMYK00.650.510.26
HSL346.34º48.62%49.61%-
HSV(B)346.34º65.43%73.73%-
XYZ24.6115.2612.01-
YUV104.97121.25187.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.34%
GREEN value IS 65 (25.78% from 255) = 18.79%
BLUE value IS 93 (36.72% from 255) = 26.88%
R=54.34%
G=18.79%
B=26.88%

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
Decimal188659300.650.510.26346.3448.6249.61
HexBC415D041331A15a3132
Octal274101135010163325326162
Binary10111100100000110111010100000111001111010101011010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC415D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC415D; }

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

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

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

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

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

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

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

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