#BD6CF3

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

Shades of Heliotrope #BD6CF3

Tints of Heliotrope #BD6CF3

Color information

#BD6CF3 (or 0xBD6CF3) is unknown color: approx Heliotrope. HEX triplet: BD, 6C and F3. RGB value is (189,108,243). Sum of RGB (Red+Green+Blue) = 189+108+243=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 108 (42.58% from 255 or 20% from 540); Blue value is 243 (95.31% from 255 or 45% from 540); Max value from RGB is 243 - color contains mainly: blue. Hex color #BD6CF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6CF3 is #42930C. Grayscale: #939393. Windows color (decimal): -4363021 or 15953085. OLE color: 15953085.

HSL color Cylindrical-coordinate representation of color #BD6CF3: hue angle of 276º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD6CF3 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB189108243-
CMYK0.220.5600.05
HSL276º84.91%68.82%-
HSV(B)276º55.56%95.29%-
XYZ42.5328.0287.96-
YUV147.61181.84157.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35%
GREEN value IS 108 (42.58% from 255) = 20%
BLUE value IS 243 (95.31% from 255) = 45%
R=35%
G=20%
B=45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1891082430.220.5600.0527684.9168.82
HexBD6CF31638051145545
Octal275154363267005424125105
Binary1011110111011001111001110110111000010110001010010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6CF3; }

 p { color: rgb(189,108,243); }

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

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

 a { background-color: rgb(189,108,243); }

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

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

 span { border-color: rgb(189,108,243); }

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