Html Css Color HEX #BE5FFA Heliotrope

📋 copy color: '#BE5FFA'

red 190 ◦ green 95 ◦ blue 250

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

Shades of Heliotrope #BE5FFA

Tints of Heliotrope #BE5FFA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.76%

 BLUE value IS 250 (98.05% from 255) = 46.73%

R = 35.51%
G = 17.76%
B = 46.73%

CMYK

 C value IS 0.24

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BE5FFA (or 0xBE5FFA) is known color: Heliotrope. HEX triplet: BE, 5F and FA. RGB value is (190,95,250). Sum of RGB (Red+Green+Blue) = 190+95+250=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 95 (37.5% from 255 or 17.76% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #BE5FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE5FFA is #41A005. Grayscale: #8C8C8C. Windows color (decimal): -4300806 or 16408510. OLE color: 16408510.

HSL color Cylindrical-coordinate representation of color #BE5FFA: hue angle of 276.77º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE5FFA is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 95 250 -
CMYK 0.24 0.62 0 0.02
HSL 276.77º 0.94% 0.68% -
HSV(B) 276.77º 0.62% 0.98% -
XYZ 42.58 26.03 93.22 -
YUV 141.08 189.47 162.9 -
System Red Green Blue C M Y K H S L
Decimal 190 95 250 0.24 0.62 0 0.02 276.77 0.94 0.68
Hex BE 5F FA 18 3E 0 2 115 5E 44
Octal 276 137 372 30 76 0 2 425 136 104
Binary 10111110 1011111 11111010 11000 111110 0 10 100010101 1011110 1000100

Color Harmonies of #BE5FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5FFA

Black with #BE5FFA

Text Example


Text Example

White with #BE5FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5FFA; }

 p { color: rgb(190,95,250); }

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

background-color css

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

 a { background-color: rgb(190,95,250); }

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

border-color css

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

 span { border-color: rgb(190,95,250); }

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