Html Css Color HEX #BE6EFC Heliotrope

📋 copy color: '#BE6EFC'

red 190 ◦ green 110 ◦ blue 252

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

Shades of Heliotrope #BE6EFC

Tints of Heliotrope #BE6EFC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.93%

 BLUE value IS 252 (98.83% from 255) = 45.65%

R = 34.42%
G = 19.93%
B = 45.65%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BE6EFC (or 0xBE6EFC) is known color: Heliotrope. HEX triplet: BE, 6E and FC. RGB value is (190,110,252). Sum of RGB (Red+Green+Blue) = 190+110+252=552 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.42% from 552); Green value is 110 (43.36% from 255 or 19.93% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #BE6EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE6EFC is #419103. Grayscale: #959595. Windows color (decimal): -4296964 or 16543422. OLE color: 16543422.

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

Color convert

RGB 190 110 252 -
CMYK 0.25 0.56 0 0.01
HSL 273.8º 0.96% 0.71% -
HSV(B) 273.8º 0.56% 0.99% -
XYZ 44.38 29.13 95.38 -
YUV 150.11 185.5 156.45 -
System Red Green Blue C M Y K H S L
Decimal 190 110 252 0.25 0.56 0 0.01 273.8 0.96 0.71
Hex BE 6E FC 19 38 0 1 112 60 47
Octal 276 156 374 31 70 0 1 422 140 107
Binary 10111110 1101110 11111100 11001 111000 0 1 100010010 1100000 1000111

Color Harmonies of #BE6EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6EFC

Black with #BE6EFC

Text Example


Text Example

White with #BE6EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6EFC; }

 p { color: rgb(190,110,252); }

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

background-color css

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

 a { background-color: rgb(190,110,252); }

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

border-color css

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

 span { border-color: rgb(190,110,252); }

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