Html Css Color HEX #BE6DF1 Heliotrope

📋 copy color: '#BE6DF1'

red 190 ◦ green 109 ◦ blue 241

#BE6DF1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #BE6DF1

Tints of Heliotrope #BE6DF1

RGB

 RED value IS 190 (74.61% from 255) = 35.19%

 GREEN value IS 109 (42.97% from 255) = 20.19%

 BLUE value IS 241 (94.53% from 255) = 44.63%

R = 35.19%
G = 20.19%
B = 44.63%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BE6DF1 (or 0xBE6DF1) is known color: Heliotrope. HEX triplet: BE, 6D and F1. RGB value is (190,109,241). Sum of RGB (Red+Green+Blue) = 190+109+241=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 109 (42.97% from 255 or 20.19% from 540); Blue value is 241 (94.53% from 255 or 44.63% from 540); Max value from RGB is 241 - color contains mainly: blue. Hex color #BE6DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE6DF1 is #41920E. Grayscale: #939393. Windows color (decimal): -4297231 or 15822270. OLE color: 15822270.

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

Color convert

RGB 190 109 241 -
CMYK 0.21 0.55 0 0.05
HSL 276.82º 0.83% 0.69% -
HSV(B) 276.82º 0.55% 0.95% -
XYZ 42.58 28.24 86.42 -
YUV 148.27 180.34 157.77 -
System Red Green Blue C M Y K H S L
Decimal 190 109 241 0.21 0.55 0 0.05 276.82 0.83 0.69
Hex BE 6D F1 15 37 0 5 115 52 45
Octal 276 155 361 25 67 0 5 425 122 105
Binary 10111110 1101101 11110001 10101 110111 0 101 100010101 1010010 1000101

Color Harmonies of #BE6DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6DF1

Black with #BE6DF1

Text Example


Text Example

White with #BE6DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6DF1; }

 p { color: rgb(190,109,241); }

 H1.HeaderClassName
 {
   color: #BE6DF1;
 }
 .AnyTagClassName
 {
   color: #BE6DF1;
 }
</style>

background-color css

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

 a { background-color: rgb(190,109,241); }

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

border-color css

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

 span { border-color: rgb(190,109,241); }

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