Html Css Color HEX #BE64F5 Heliotrope

📋 copy color: '#BE64F5'

red 190 ◦ green 100 ◦ blue 245

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

Shades of Heliotrope #BE64F5

Tints of Heliotrope #BE64F5

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.69%

 BLUE value IS 245 (96.09% from 255) = 45.79%

R = 35.51%
G = 18.69%
B = 45.79%

CMYK

 C value IS 0.22

 M value IS 0.59

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BE64F5 (or 0xBE64F5) is known color: Heliotrope. HEX triplet: BE, 64 and F5. RGB value is (190,100,245). Sum of RGB (Red+Green+Blue) = 190+100+245=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 100 (39.45% from 255 or 18.69% from 535); Blue value is 245 (96.09% from 255 or 45.79% from 535); Max value from RGB is 245 - color contains mainly: blue. Hex color #BE64F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE64F5 is #419B0A. Grayscale: #8E8E8E. Windows color (decimal): -4299531 or 16082110. OLE color: 16082110.

HSL color Cylindrical-coordinate representation of color #BE64F5: hue angle of 277.24º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE64F5 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 190 100 245 -
CMYK 0.22 0.59 0 0.04
HSL 277.24º 0.88% 0.68% -
HSV(B) 277.24º 0.59% 0.96% -
XYZ 42.27 26.65 89.3 -
YUV 143.44 185.32 161.21 -
System Red Green Blue C M Y K H S L
Decimal 190 100 245 0.22 0.59 0 0.04 277.24 0.88 0.68
Hex BE 64 F5 16 3B 0 4 115 58 44
Octal 276 144 365 26 73 0 4 425 130 104
Binary 10111110 1100100 11110101 10110 111011 0 100 100010101 1011000 1000100

Color Harmonies of #BE64F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE64F5

Black with #BE64F5

Text Example


Text Example

White with #BE64F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE64F5; }

 p { color: rgb(190,100,245); }

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

background-color css

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

 a { background-color: rgb(190,100,245); }

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

border-color css

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

 span { border-color: rgb(190,100,245); }

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