#BC415A

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

Shades of Hippie Pink #BC415A

Tints of Hippie Pink #BC415A

Color information

#BC415A (or 0xBC415A) is unknown color: approx Hippie Pink. HEX triplet: BC, 41 and 5A. RGB value is (188,65,90). Sum of RGB (Red+Green+Blue) = 188+65+90=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC415A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC415A is #43BEA5. Grayscale: #686868. Windows color (decimal): -4439718 or 5915068. OLE color: 5915068.

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

Color convert

RGB1886590-
CMYK00.650.520.26
HSL347.8º48.62%49.61%-
HSV(B)347.8º65.43%73.73%-
XYZ24.4715.2111.32-
YUV104.63119.75187.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.81%
GREEN value IS 65 (25.78% from 255) = 18.95%
BLUE value IS 90 (35.55% from 255) = 26.24%
R=54.81%
G=18.95%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188659000.650.520.26347.848.6249.61
HexBC415A041341A15c3132
Octal274101132010164325346162
Binary10111100100000110110100100000111010011010101011100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC415A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC415A; }

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

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

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

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

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

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

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

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