#BD6CF1

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

Shades of Heliotrope #BD6CF1

Tints of Heliotrope #BD6CF1

Color information

#BD6CF1 (or 0xBD6CF1) is unknown color: approx Heliotrope. HEX triplet: BD, 6C and F1. RGB value is (189,108,241). Sum of RGB (Red+Green+Blue) = 189+108+241=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 108 (42.58% from 255 or 20.07% from 538); Blue value is 241 (94.53% from 255 or 44.80% from 538); Max value from RGB is 241 - color contains mainly: blue. Hex color #BD6CF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6CF1 is #42930E. Grayscale: #929292. Windows color (decimal): -4363023 or 15822013. OLE color: 15822013.

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

Color convert

RGB189108241-
CMYK0.220.5500.05
HSL276.54º82.61%68.43%-
HSV(B)276.54º55.19%94.51%-
XYZ42.2327.8986.38-
YUV147.38180.84157.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.13%
GREEN value IS 108 (42.58% from 255) = 20.07%
BLUE value IS 241 (94.53% from 255) = 44.80%
R=35.13%
G=20.07%
B=44.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1891082410.220.5500.05276.5482.6168.43
HexBD6CF11637051155344
Octal275154361266705425123104
Binary1011110111011001111000110110110111010110001010110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6CF1; }

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

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

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

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

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

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

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

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