Html Css Color HEX #BE5CFD Heliotrope

📋 copy color: '#BE5CFD'

red 190 ◦ green 92 ◦ blue 253

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

Shades of Heliotrope #BE5CFD

Tints of Heliotrope #BE5CFD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.2%

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

R = 35.51%
G = 17.2%
B = 47.29%

CMYK

 C value IS 0.25

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BE5CFD (or 0xBE5CFD) is known color: Heliotrope. HEX triplet: BE, 5C and FD. RGB value is (190,92,253). Sum of RGB (Red+Green+Blue) = 190+92+253=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 92 (36.33% from 255 or 17.20% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #BE5CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE5CFD is #41A302. Grayscale: #8B8B8B. Windows color (decimal): -4301571 or 16604350. OLE color: 16604350.

HSL color Cylindrical-coordinate representation of color #BE5CFD: hue angle of 276.52º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE5CFD is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 92 253 -
CMYK 0.25 0.64 0 0.01
HSL 276.52º 0.98% 0.68% -
HSV(B) 276.52º 0.64% 0.99% -
XYZ 42.79 25.69 95.63 -
YUV 139.66 191.97 163.91 -
System Red Green Blue C M Y K H S L
Decimal 190 92 253 0.25 0.64 0 0.01 276.52 0.98 0.68
Hex BE 5C FD 19 40 0 1 115 62 44
Octal 276 134 375 31 100 0 1 425 142 104
Binary 10111110 1011100 11111101 11001 1000000 0 1 100010101 1100010 1000100

Color Harmonies of #BE5CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5CFD

Black with #BE5CFD

Text Example


Text Example

White with #BE5CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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