#BD59FF

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

Shades of Heliotrope #BD59FF

Tints of Heliotrope #BD59FF

Color information

#BD59FF (or 0xBD59FF) is unknown color: approx Heliotrope. HEX triplet: BD, 59 and FF. RGB value is (189,89,255). Sum of RGB (Red+Green+Blue) = 189+89+255=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 89 (35.16% from 255 or 16.70% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD59FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD59FF is #42A600. Grayscale: #898989. Windows color (decimal): -4367873 or 16734653. OLE color: 16734653.

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

Color convert

RGB18989255-
CMYK0.260.6500
HSL276.14º100%67.45%-
HSV(B)276.14º65.1%100%-
XYZ42.6125.1897.22-
YUV137.82194.13164.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.46%
GREEN value IS 89 (35.16% from 255) = 16.70%
BLUE value IS 255 (100% from 255) = 47.84%
R=35.46%
G=16.70%
B=47.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal189892550.260.6500276.1410067.45
HexBD59FF1A41001146443
Octal2751313773210100424144103
Binary101111011011001111111111101010000010010001010011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD59FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD59FF; }

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

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

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

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

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

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

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

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