Html Css Color HEX #BE6BFE Heliotrope

📋 copy color: '#BE6BFE'

red 190 ◦ green 107 ◦ blue 254

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

Shades of Heliotrope #BE6BFE

Tints of Heliotrope #BE6BFE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.42%

 BLUE value IS 254 (99.61% from 255) = 46.1%

R = 34.48%
G = 19.42%
B = 46.1%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BE6BFE (or 0xBE6BFE) is known color: Heliotrope. HEX triplet: BE, 6B and FE. RGB value is (190,107,254). Sum of RGB (Red+Green+Blue) = 190+107+254=551 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.48% from 551); Green value is 107 (42.19% from 255 or 19.42% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE6BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE6BFE is #419401. Grayscale: #949494. Windows color (decimal): -4297730 or 16673726. OLE color: 16673726.

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

Color convert

RGB 190 107 254 -
CMYK 0.25 0.58 0 0.00
HSL 273.88º 0.99% 0.71% -
HSV(B) 273.88º 0.58% 1% -
XYZ 44.38 28.62 96.95 -
YUV 148.58 187.5 157.55 -
System Red Green Blue C M Y K H S L
Decimal 190 107 254 0.25 0.58 0 0.00 273.88 0.99 0.71
Hex BE 6B FE 19 3A 0 0 112 63 47
Octal 276 153 376 31 72 0 0 422 143 107
Binary 10111110 1101011 11111110 11001 111010 0 0 100010010 1100011 1000111

Color Harmonies of #BE6BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6BFE

Black with #BE6BFE

Text Example


Text Example

White with #BE6BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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