Html Css Color HEX #BE6CFE Heliotrope

📋 copy color: '#BE6CFE'

red 190 ◦ green 108 ◦ blue 254

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

Shades of Heliotrope #BE6CFE

Tints of Heliotrope #BE6CFE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.57%

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

R = 34.42%
G = 19.57%
B = 46.01%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BE6CFE (or 0xBE6CFE) is known color: Heliotrope. HEX triplet: BE, 6C and FE. RGB value is (190,108,254). Sum of RGB (Red+Green+Blue) = 190+108+254=552 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.42% from 552); Green value is 108 (42.58% from 255 or 19.57% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE6CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE6CFE is #419301. Grayscale: #949494. Windows color (decimal): -4297474 or 16673982. OLE color: 16673982.

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

Color convert

RGB 190 108 254 -
CMYK 0.25 0.57 0 0.00
HSL 273.7º 0.99% 0.71% -
HSV(B) 273.7º 0.57% 1% -
XYZ 44.49 28.83 96.99 -
YUV 149.16 187.17 157.13 -
System Red Green Blue C M Y K H S L
Decimal 190 108 254 0.25 0.57 0 0.00 273.7 0.99 0.71
Hex BE 6C FE 19 39 0 0 112 63 47
Octal 276 154 376 31 71 0 0 422 143 107
Binary 10111110 1101100 11111110 11001 111001 0 0 100010010 1100011 1000111

Color Harmonies of #BE6CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6CFE

Black with #BE6CFE

Text Example


Text Example

White with #BE6CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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