Html Css Color HEX #BE69FE Heliotrope

📋 copy color: '#BE69FE'

red 190 ◦ green 105 ◦ blue 254

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

Shades of Heliotrope #BE69FE

Tints of Heliotrope #BE69FE

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.13%

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

R = 34.61%
G = 19.13%
B = 46.27%

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

#BE69FE (or 0xBE69FE) is known color: Heliotrope. HEX triplet: BE, 69 and FE. RGB value is (190,105,254). Sum of RGB (Red+Green+Blue) = 190+105+254=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 105 (41.41% from 255 or 19.13% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE69FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE69FE is #419601. Grayscale: #929292. Windows color (decimal): -4298242 or 16673214. OLE color: 16673214.

HSL color Cylindrical-coordinate representation of color #BE69FE: hue angle of 274.23º 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 #BE69FE is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 190 105 254 -
CMYK 0.25 0.59 0 0.00
HSL 274.23º 0.99% 0.7% -
HSV(B) 274.23º 0.59% 1% -
XYZ 44.18 28.21 96.88 -
YUV 147.4 188.16 158.38 -
System Red Green Blue C M Y K H S L
Decimal 190 105 254 0.25 0.59 0 0.00 274.23 0.99 0.7
Hex BE 69 FE 19 3B 0 0 112 63 46
Octal 276 151 376 31 73 0 0 422 143 106
Binary 10111110 1101001 11111110 11001 111011 0 0 100010010 1100011 1000110

Color Harmonies of #BE69FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE69FE

Black with #BE69FE

Text Example


Text Example

White with #BE69FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE69FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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