Html Css Color HEX #BE6EFB Heliotrope

📋 copy color: '#BE6EFB'

red 190 ◦ green 110 ◦ blue 251

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

Shades of Heliotrope #BE6EFB

Tints of Heliotrope #BE6EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.55%

R = 34.48%
G = 19.96%
B = 45.55%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BE6EFB (or 0xBE6EFB) is known color: Heliotrope. HEX triplet: BE, 6E and FB. RGB value is (190,110,251). Sum of RGB (Red+Green+Blue) = 190+110+251=551 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.48% from 551); Green value is 110 (43.36% from 255 or 19.96% from 551); Blue value is 251 (98.44% from 255 or 45.55% from 551); Max value from RGB is 251 - color contains mainly: blue. Hex color #BE6EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE6EFB is #419104. Grayscale: #959595. Windows color (decimal): -4296965 or 16477886. OLE color: 16477886.

HSL color Cylindrical-coordinate representation of color #BE6EFB: hue angle of 274.04º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE6EFB is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 110 251 -
CMYK 0.24 0.56 0 0.02
HSL 274.04º 0.95% 0.71% -
HSV(B) 274.04º 0.56% 0.98% -
XYZ 44.22 29.06 94.55 -
YUV 149.99 185 156.54 -
System Red Green Blue C M Y K H S L
Decimal 190 110 251 0.24 0.56 0 0.02 274.04 0.95 0.71
Hex BE 6E FB 18 38 0 2 112 5F 47
Octal 276 156 373 30 70 0 2 422 137 107
Binary 10111110 1101110 11111011 11000 111000 0 10 100010010 1011111 1000111

Color Harmonies of #BE6EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6EFB

Black with #BE6EFB

Text Example


Text Example

White with #BE6EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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