#BD85FF

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

Shades of Heliotrope #BD85FF

Tints of Heliotrope #BD85FF

Color information

#BD85FF (or 0xBD85FF) is unknown color: approx Heliotrope. HEX triplet: BD, 85 and FF. RGB value is (189,133,255). Sum of RGB (Red+Green+Blue) = 189+133+255=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 133 (52.34% from 255 or 23.05% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD85FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD85FF is #427A00. Grayscale: #A3A3A3. Windows color (decimal): -4356609 or 16745917. OLE color: 16745917.

HSL color Cylindrical-coordinate representation of color #BD85FF: hue angle of 267.54º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD85FF is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB189133255-
CMYK0.260.4800
HSL267.54º100%76.08%-
HSV(B)267.54º47.84%100%-
XYZ47.4234.8198.83-
YUV163.65179.55146.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.76%
GREEN value IS 133 (52.34% from 255) = 23.05%
BLUE value IS 255 (100% from 255) = 44.19%
R=32.76%
G=23.05%
B=44.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1891332550.260.4800267.5410076.08
HexBD85FF1A300010c644c
Octal275205377326000414144114
Binary101111011000010111111111110101100000010000110011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD85FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD85FF; }

 p { color: rgb(189,133,255); }

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

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

 a { background-color: rgb(189,133,255); }

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

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

 span { border-color: rgb(189,133,255); }

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