#BD6BF5

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

Shades of Heliotrope #BD6BF5

Tints of Heliotrope #BD6BF5

Color information

#BD6BF5 (or 0xBD6BF5) is unknown color: approx Heliotrope. HEX triplet: BD, 6B and F5. RGB value is (189,107,245). Sum of RGB (Red+Green+Blue) = 189+107+245=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 107 (42.19% from 255 or 19.78% from 541); Blue value is 245 (96.09% from 255 or 45.29% from 541); Max value from RGB is 245 - color contains mainly: blue. Hex color #BD6BF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6BF5 is #42940A. Grayscale: #929292. Windows color (decimal): -4363275 or 16083901. OLE color: 16083901.

HSL color Cylindrical-coordinate representation of color #BD6BF5: hue angle of 275.65º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD6BF5 is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB189107245-
CMYK0.230.5600.04
HSL275.65º87.34%69.02%-
HSV(B)275.65º56.33%96.08%-
XYZ42.7327.9389.52-
YUV147.25183.17157.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.94%
GREEN value IS 107 (42.19% from 255) = 19.78%
BLUE value IS 245 (96.09% from 255) = 45.29%
R=34.94%
G=19.78%
B=45.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1891072450.230.5600.04275.6587.3469.02
HexBD6BF51738041145745
Octal275153365277004424127105
Binary1011110111010111111010110111111000010010001010010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6BF5; }

 p { color: rgb(189,107,245); }

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

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

 a { background-color: rgb(189,107,245); }

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

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

 span { border-color: rgb(189,107,245); }

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