#BD7EFB

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

Shades of Heliotrope #BD7EFB

Tints of Heliotrope #BD7EFB

Color information

#BD7EFB (or 0xBD7EFB) is unknown color: approx Heliotrope. HEX triplet: BD, 7E and FB. RGB value is (189,126,251). Sum of RGB (Red+Green+Blue) = 189+126+251=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 126 (49.61% from 255 or 22.26% from 566); Blue value is 251 (98.44% from 255 or 44.35% from 566); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD7EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD7EFB is #428104. Grayscale: #9E9E9E. Windows color (decimal): -4358405 or 16481981. OLE color: 16481981.

HSL color Cylindrical-coordinate representation of color #BD7EFB: hue angle of 270.24º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD7EFB is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189126251-
CMYK0.250.5000.02
HSL270.24º93.98%73.92%-
HSV(B)270.24º49.8%98.43%-
XYZ45.8632.7195.16-
YUV159.09179.87149.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.39%
GREEN value IS 126 (49.61% from 255) = 22.26%
BLUE value IS 251 (98.44% from 255) = 44.35%
R=33.39%
G=22.26%
B=44.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891262510.250.5000.02270.2493.9873.92
HexBD7EFB19320210e5e4a
Octal275176373316202416136112
Binary101111011111110111110111100111001001010000111010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7EFB; }

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

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

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

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

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

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

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

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