#BD80F8

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

Shades of Heliotrope #BD80F8

Tints of Heliotrope #BD80F8

Color information

#BD80F8 (or 0xBD80F8) is unknown color: approx Heliotrope. HEX triplet: BD, 80 and F8. RGB value is (189,128,248). Sum of RGB (Red+Green+Blue) = 189+128+248=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 128 (50.39% from 255 or 22.65% from 565); Blue value is 248 (97.27% from 255 or 43.89% from 565); Max value from RGB is 248 - color contains mainly: blue. Hex color #BD80F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD80F8 is #427F07. Grayscale: #9F9F9F. Windows color (decimal): -4357896 or 16285885. OLE color: 16285885.

HSL color Cylindrical-coordinate representation of color #BD80F8: hue angle of 270.5º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD80F8 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB189128248-
CMYK0.240.4800.03
HSL270.5º89.55%73.73%-
HSV(B)270.5º48.39%97.25%-
XYZ45.6533.0392.78-
YUV159.92177.71148.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.45%
GREEN value IS 128 (50.39% from 255) = 22.65%
BLUE value IS 248 (97.27% from 255) = 43.89%
R=33.45%
G=22.65%
B=43.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1891282480.240.4800.03270.589.5573.73
HexBD80F818300310e5a4a
Octal275200370306003416132112
Binary1011110110000000111110001100011000001110000111010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD80F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD80F8; }

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

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

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

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

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

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

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

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