#BD415C

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

Shades of Hippie Pink #BD415C

Tints of Hippie Pink #BD415C

Color information

#BD415C (or 0xBD415C) is unknown color: approx Hippie Pink. HEX triplet: BD, 41 and 5C. RGB value is (189,65,92). Sum of RGB (Red+Green+Blue) = 189+65+92=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD415C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD415C is #42BEA3. Grayscale: #696969. Windows color (decimal): -4374180 or 6046141. OLE color: 6046141.

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

Color convert

RGB1896592-
CMYK00.660.510.26
HSL346.94º48.82%49.8%-
HSV(B)346.94º65.61%74.12%-
XYZ24.8115.3711.78-
YUV105.15120.58187.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.62%
GREEN value IS 65 (25.78% from 255) = 18.79%
BLUE value IS 92 (36.33% from 255) = 26.59%
R=54.62%
G=18.79%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189659200.660.510.26346.9448.8249.8
HexBD415C042331A15b3132
Octal275101134010263325336162
Binary10111101100000110111000100001011001111010101011011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD415C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD415C; }

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

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

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

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

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

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

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

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