#BD96FA

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

Shades of Perfume #BD96FA

Tints of Perfume #BD96FA

Color information

#BD96FA (or 0xBD96FA) is unknown color: approx Perfume. HEX triplet: BD, 96 and FA. RGB value is (189,150,250). Sum of RGB (Red+Green+Blue) = 189+150+250=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 150 (58.98% from 255 or 25.47% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD96FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD96FA is #426905. Grayscale: #ACACAC. Windows color (decimal): -4352262 or 16422589. OLE color: 16422589.

HSL color Cylindrical-coordinate representation of color #BD96FA: hue angle of 263.4º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD96FA is Cyan = 0.24, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189150250-
CMYK0.240.400.02
HSL263.4º90.91%78.43%-
HSV(B)263.4º40%98.04%-
XYZ49.1539.5395.48-
YUV173.06171.42139.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.09%
GREEN value IS 150 (58.98% from 255) = 25.47%
BLUE value IS 250 (98.05% from 255) = 42.44%
R=32.09%
G=25.47%
B=42.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891502500.240.400.02263.490.9178.43
HexBD96FA1828021075b4e
Octal275226372305002407133116
Binary1011110110010110111110101100010100001010000011110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD96FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD96FA; }

 p { color: rgb(189,150,250); }

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

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

 a { background-color: rgb(189,150,250); }

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

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

 span { border-color: rgb(189,150,250); }

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