#bd6cfd

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

Shades of Heliotrope #BD6CFD

Tints of Heliotrope #BD6CFD

Color information

#BD6CFD (or 0xBD6CFD) is unknown color: approx Heliotrope. HEX triplet: BD, 6C and FD. RGB value is (189,108,253). Sum of RGB (Red+Green+Blue) = 189+108+253=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 108 (42.58% from 255 or 19.64% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD6CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6CFD is #429302. Grayscale: #949494. Windows color (decimal): -4363011 or 16608445. OLE color: 16608445.

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

Color convert

RGB189108253-
CMYK0.250.5700.01
HSL273.52º97.32%70.78%-
HSV(B)273.52º57.31%99.22%-
XYZ44.0828.6496.13-
YUV148.75186.84156.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.36%
GREEN value IS 108 (42.58% from 255) = 19.64%
BLUE value IS 253 (99.22% from 255) = 46%
R=34.36%
G=19.64%
B=46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1891082530.250.5700.01273.5297.3270.78
HexBD6CFD1939011126147
Octal275154375317101422141107
Binary10111101110110011111101110011110010110001001011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd6cfd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd6cfd; }

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

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

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

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

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

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

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

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