#BD8FFD

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

Shades of Perfume #BD8FFD

Tints of Perfume #BD8FFD

Color information

#BD8FFD (or 0xBD8FFD) is unknown color: approx Perfume. HEX triplet: BD, 8F and FD. RGB value is (189,143,253). Sum of RGB (Red+Green+Blue) = 189+143+253=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 143 (56.25% from 255 or 24.44% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD8FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8FFD is #427002. Grayscale: #A8A8A8. Windows color (decimal): -4354051 or 16617405. OLE color: 16617405.

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

Color convert

RGB189143253-
CMYK0.250.4300.01
HSL265.09º96.49%77.65%-
HSV(B)265.09º43.48%99.22%-
XYZ48.5437.5697.62-
YUV169.29175.24142.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.31%
GREEN value IS 143 (56.25% from 255) = 24.44%
BLUE value IS 253 (99.22% from 255) = 43.25%
R=32.31%
G=24.44%
B=43.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1891432530.250.4300.01265.0996.4977.65
HexBD8FFD192B01109604e
Octal275217375315301411140116
Binary101111011000111111111101110011010110110000100111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8FFD; }

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

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

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

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

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

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

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

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