Html Css Color HEX #BE64FD Heliotrope

📋 copy color: '#BE64FD'

red 190 ◦ green 100 ◦ blue 253

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

Shades of Heliotrope #BE64FD

Tints of Heliotrope #BE64FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.59%

R = 34.99%
G = 18.42%
B = 46.59%

CMYK

 C value IS 0.25

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BE64FD (or 0xBE64FD) is known color: Heliotrope. HEX triplet: BE, 64 and FD. RGB value is (190,100,253). Sum of RGB (Red+Green+Blue) = 190+100+253=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 100 (39.45% from 255 or 18.42% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #BE64FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE64FD is #419B02. Grayscale: #8F8F8F. Windows color (decimal): -4299523 or 16606398. OLE color: 16606398.

HSL color Cylindrical-coordinate representation of color #BE64FD: hue angle of 275.29º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BE64FD is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 100 253 -
CMYK 0.25 0.60 0 0.01
HSL 275.29º 0.97% 0.69% -
HSV(B) 275.29º 0.6% 0.99% -
XYZ 43.52 27.15 95.88 -
YUV 144.35 189.32 160.56 -
System Red Green Blue C M Y K H S L
Decimal 190 100 253 0.25 0.60 0 0.01 275.29 0.97 0.69
Hex BE 64 FD 19 3C 0 1 113 61 45
Octal 276 144 375 31 74 0 1 423 141 105
Binary 10111110 1100100 11111101 11001 111100 0 1 100010011 1100001 1000101

Color Harmonies of #BE64FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE64FD

Black with #BE64FD

Text Example


Text Example

White with #BE64FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE64FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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