#BD6BFB

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

Shades of Heliotrope #BD6BFB

Tints of Heliotrope #BD6BFB

Color information

#BD6BFB (or 0xBD6BFB) is unknown color: approx Heliotrope. HEX triplet: BD, 6B and FB. RGB value is (189,107,251). Sum of RGB (Red+Green+Blue) = 189+107+251=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 107 (42.19% from 255 or 19.56% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD6BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6BFB is #429404. Grayscale: #939393. Windows color (decimal): -4363269 or 16477117. OLE color: 16477117.

HSL color Cylindrical-coordinate representation of color #BD6BFB: hue angle of 274.17º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD6BFB is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189107251-
CMYK0.250.5700.02
HSL274.17º94.74%70.2%-
HSV(B)274.17º57.37%98.43%-
XYZ43.6628.394.43-
YUV147.93186.17157.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.55%
GREEN value IS 107 (42.19% from 255) = 19.56%
BLUE value IS 251 (98.44% from 255) = 45.89%
R=34.55%
G=19.56%
B=45.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891072510.250.5700.02274.1794.7470.2
HexBD6BFB1939021125f46
Octal275153373317102422137106
Binary101111011101011111110111100111100101010001001010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6BFB; }

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

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

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

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

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

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

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

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