#BD8FF3

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

Shades of Perfume #BD8FF3

Tints of Perfume #BD8FF3

Color information

#BD8FF3 (or 0xBD8FF3) is unknown color: approx Perfume. HEX triplet: BD, 8F and F3. RGB value is (189,143,243). Sum of RGB (Red+Green+Blue) = 189+143+243=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 143 (56.25% from 255 or 24.87% from 575); Blue value is 243 (95.31% from 255 or 42.26% from 575); Max value from RGB is 243 - color contains mainly: blue. Hex color #BD8FF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8FF3 is #42700C. Grayscale: #A7A7A7. Windows color (decimal): -4354061 or 15962045. OLE color: 15962045.

HSL color Cylindrical-coordinate representation of color #BD8FF3: hue angle of 267.6º degrees, saturation: 0.81, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD8FF3 is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB189143243-
CMYK0.220.4100.05
HSL267.6º80.65%75.69%-
HSV(B)267.6º41.15%95.29%-
XYZ46.9936.9389.45-
YUV168.15170.24142.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.87%
GREEN value IS 143 (56.25% from 255) = 24.87%
BLUE value IS 243 (95.31% from 255) = 42.26%
R=32.87%
G=24.87%
B=42.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1891432430.220.4100.05267.680.6575.69
HexBD8FF316290510c514c
Octal275217363265105414121114
Binary10111101100011111111001110110101001010110000110010100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8FF3; }

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

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

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

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

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

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

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

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