Html Css Color HEX #BE68FE Heliotrope

📋 copy color: '#BE68FE'

red 190 ◦ green 104 ◦ blue 254

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

Shades of Heliotrope #BE68FE

Tints of Heliotrope #BE68FE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.98%

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

R = 34.67%
G = 18.98%
B = 46.35%

CMYK

 C value IS 0.25

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BE68FE (or 0xBE68FE) is known color: Heliotrope. HEX triplet: BE, 68 and FE. RGB value is (190,104,254). Sum of RGB (Red+Green+Blue) = 190+104+254=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 104 (41.02% from 255 or 18.98% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE68FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE68FE is #419701. Grayscale: #929292. Windows color (decimal): -4298498 or 16672958. OLE color: 16672958.

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

Color convert

RGB 190 104 254 -
CMYK 0.25 0.59 0 0.00
HSL 274.4º 0.99% 0.7% -
HSV(B) 274.4º 0.59% 1% -
XYZ 44.07 28 96.85 -
YUV 146.81 188.49 158.8 -
System Red Green Blue C M Y K H S L
Decimal 190 104 254 0.25 0.59 0 0.00 274.4 0.99 0.7
Hex BE 68 FE 19 3B 0 0 112 63 46
Octal 276 150 376 31 73 0 0 422 143 106
Binary 10111110 1101000 11111110 11001 111011 0 0 100010010 1100011 1000110

Color Harmonies of #BE68FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE68FE

Black with #BE68FE

Text Example


Text Example

White with #BE68FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE68FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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