#BE6BFD

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

Shades of Heliotrope #BE6BFD

Tints of Heliotrope #BE6BFD

Color information

#BE6BFD (or 0xBE6BFD) is unknown color: approx Heliotrope. HEX triplet: BE, 6B and FD. RGB value is (190,107,253). Sum of RGB (Red+Green+Blue) = 190+107+253=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 107 (42.19% from 255 or 19.45% 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 #BE6BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE6BFD is #419402. Grayscale: #939393. Windows color (decimal): -4297731 or 16608190. OLE color: 16608190.

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

Color convert

RGB190107253-
CMYK0.250.5800.01
HSL274.11º97.33%70.59%-
HSV(B)274.11º57.71%99.22%-
XYZ44.2228.5596.11-
YUV148.46187157.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.55%
GREEN value IS 107 (42.19% from 255) = 19.45%
BLUE value IS 253 (99.22% from 255) = 46%
R=34.55%
G=19.45%
B=46%

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
Decimal1901072530.250.5800.01274.1197.3370.59
HexBE6BFD193A011126147
Octal276153375317201422141107
Binary10111110110101111111101110011110100110001001011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6BFD; }

 p { color: rgb(190,107,253); }

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

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

 a { background-color: rgb(190,107,253); }

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

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

 span { border-color: rgb(190,107,253); }

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