#BD96FD

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

Shades of Perfume #BD96FD

Tints of Perfume #BD96FD

Color information

#BD96FD (or 0xBD96FD) is unknown color: approx Perfume. HEX triplet: BD, 96 and FD. RGB value is (189,150,253). Sum of RGB (Red+Green+Blue) = 189+150+253=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 150 (58.98% from 255 or 25.34% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD96FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD96FD is #426902. Grayscale: #ADADAD. Windows color (decimal): -4352259 or 16619197. OLE color: 16619197.

HSL color Cylindrical-coordinate representation of color #BD96FD: hue angle of 262.72º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD96FD is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB189150253-
CMYK0.250.4100.01
HSL262.72º96.26%79.02%-
HSV(B)262.72º40.71%99.22%-
XYZ49.6239.7297.98-
YUV173.4172.92139.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.93%
GREEN value IS 150 (58.98% from 255) = 25.34%
BLUE value IS 253 (99.22% from 255) = 42.74%
R=31.93%
G=25.34%
B=42.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1891502530.250.4100.01262.7296.2679.02
HexBD96FD192901107604f
Octal275226375315101407140117
Binary101111011001011011111101110011010010110000011111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD96FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD96FD; }

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

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

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

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

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

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

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

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