Html Css Color HEX #BE76FA Heliotrope

📋 copy color: '#BE76FA'

red 190 ◦ green 118 ◦ blue 250

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

Shades of Heliotrope #BE76FA

Tints of Heliotrope #BE76FA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.15%

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

R = 34.05%
G = 21.15%
B = 44.8%

CMYK

 C value IS 0.24

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BE76FA (or 0xBE76FA) is known color: Heliotrope. HEX triplet: BE, 76 and FA. RGB value is (190,118,250). Sum of RGB (Red+Green+Blue) = 190+118+250=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 118 (46.48% from 255 or 21.15% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #BE76FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE76FA is #418905. Grayscale: #9A9A9A. Windows color (decimal): -4294918 or 16414398. OLE color: 16414398.

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

Color convert

RGB 190 118 250 -
CMYK 0.24 0.53 0 0.02
HSL 272.73º 0.93% 0.72% -
HSV(B) 272.73º 0.53% 0.98% -
XYZ 44.97 30.81 94.02 -
YUV 154.58 181.85 153.27 -
System Red Green Blue C M Y K H S L
Decimal 190 118 250 0.24 0.53 0 0.02 272.73 0.93 0.72
Hex BE 76 FA 18 35 0 2 111 5D 48
Octal 276 166 372 30 65 0 2 421 135 110
Binary 10111110 1110110 11111010 11000 110101 0 10 100010001 1011101 1001000

Color Harmonies of #BE76FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE76FA

Black with #BE76FA

Text Example


Text Example

White with #BE76FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE76FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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