#BD92F0

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

Shades of Perfume #BD92F0

Tints of Perfume #BD92F0

Color information

#BD92F0 (or 0xBD92F0) is unknown color: approx Perfume. HEX triplet: BD, 92 and F0. RGB value is (189,146,240). Sum of RGB (Red+Green+Blue) = 189+146+240=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 146 (57.42% from 255 or 25.39% from 575); Blue value is 240 (94.14% from 255 or 41.74% from 575); Max value from RGB is 240 - color contains mainly: blue. Hex color #BD92F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD92F0 is #426D0F. Grayscale: #A9A9A9. Windows color (decimal): -4353296 or 15766205. OLE color: 15766205.

HSL color Cylindrical-coordinate representation of color #BD92F0: hue angle of 267.45º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD92F0 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB189146240-
CMYK0.210.3900.06
HSL267.45º75.81%75.69%-
HSV(B)267.45º39.17%94.12%-
XYZ46.9937.6787.23-
YUV169.57167.75141.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.87%
GREEN value IS 146 (57.42% from 255) = 25.39%
BLUE value IS 240 (94.14% from 255) = 41.74%
R=32.87%
G=25.39%
B=41.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1891462400.210.3900.06267.4575.8175.69
HexBD92F015270610b4c4c
Octal275222360254706413114114
Binary10111101100100101111000010101100111011010000101110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD92F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD92F0; }

 p { color: rgb(189,146,240); }

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

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

 a { background-color: rgb(189,146,240); }

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

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

 span { border-color: rgb(189,146,240); }

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