#BD80FD

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

Shades of Heliotrope #BD80FD

Tints of Heliotrope #BD80FD

Color information

#BD80FD (or 0xBD80FD) is unknown color: approx Heliotrope. HEX triplet: BD, 80 and FD. RGB value is (189,128,253). Sum of RGB (Red+Green+Blue) = 189+128+253=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 128 (50.39% from 255 or 22.46% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD80FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD80FD is #427F02. Grayscale: #A0A0A0. Windows color (decimal): -4357891 or 16613565. OLE color: 16613565.

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

Color convert

RGB189128253-
CMYK0.250.4900.01
HSL269.28º96.9%74.71%-
HSV(B)269.28º49.41%99.22%-
XYZ46.4433.3596.92-
YUV160.49180.21148.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.16%
GREEN value IS 128 (50.39% from 255) = 22.46%
BLUE value IS 253 (99.22% from 255) = 44.39%
R=33.16%
G=22.46%
B=44.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1891282530.250.4900.01269.2896.974.71
HexBD80FD19310110d614b
Octal275200375316101415141113
Binary101111011000000011111101110011100010110000110111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD80FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD80FD; }

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

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

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

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

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

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

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

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