#BD6BFC

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

Shades of Heliotrope #BD6BFC

Tints of Heliotrope #BD6BFC

Color information

#BD6BFC (or 0xBD6BFC) is unknown color: approx Heliotrope. HEX triplet: BD, 6B and FC. RGB value is (189,107,252). Sum of RGB (Red+Green+Blue) = 189+107+252=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 107 (42.19% from 255 or 19.53% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #BD6BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6BFC is #429403. Grayscale: #939393. Windows color (decimal): -4363268 or 16542653. OLE color: 16542653.

HSL color Cylindrical-coordinate representation of color #BD6BFC: hue angle of 273.93º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD6BFC is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB189107252-
CMYK0.250.5800.01
HSL273.93º96.03%70.39%-
HSV(B)273.93º57.54%98.82%-
XYZ43.8128.3695.26-
YUV148.05186.67157.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.49%
GREEN value IS 107 (42.19% from 255) = 19.53%
BLUE value IS 252 (98.83% from 255) = 45.99%
R=34.49%
G=19.53%
B=45.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1891072520.250.5800.01273.9396.0370.39
HexBD6BFC193A011126046
Octal275153374317201422140106
Binary10111101110101111111100110011110100110001001011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6BFC; }

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

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

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

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

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

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

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

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