Html Css Color HEX #BE7AF2 Heliotrope

📋 copy color: '#BE7AF2'

red 190 ◦ green 122 ◦ blue 242

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

Shades of Heliotrope #BE7AF2

Tints of Heliotrope #BE7AF2

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.02%

 BLUE value IS 242 (94.92% from 255) = 43.68%

R = 34.3%
G = 22.02%
B = 43.68%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BE7AF2 (or 0xBE7AF2) is known color: Heliotrope. HEX triplet: BE, 7A and F2. RGB value is (190,122,242). Sum of RGB (Red+Green+Blue) = 190+122+242=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 122 (48.05% from 255 or 22.02% from 554); Blue value is 242 (94.92% from 255 or 43.68% from 554); Max value from RGB is 242 - color contains mainly: blue. Hex color #BE7AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE7AF2 is #41850D. Grayscale: #9B9B9B. Windows color (decimal): -4293902 or 15891134. OLE color: 15891134.

HSL color Cylindrical-coordinate representation of color #BE7AF2: hue angle of 274º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE7AF2 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 122 242 -
CMYK 0.21 0.50 0 0.05
HSL 274º 0.82% 0.71% -
HSV(B) 274º 0.5% 0.95% -
XYZ 44.22 31.28 87.71 -
YUV 156.01 176.53 152.24 -
System Red Green Blue C M Y K H S L
Decimal 190 122 242 0.21 0.50 0 0.05 274 0.82 0.71
Hex BE 7A F2 15 32 0 5 112 52 47
Octal 276 172 362 25 62 0 5 422 122 107
Binary 10111110 1111010 11110010 10101 110010 0 101 100010010 1010010 1000111

Color Harmonies of #BE7AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7AF2

Black with #BE7AF2

Text Example


Text Example

White with #BE7AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7AF2; }

 p { color: rgb(190,122,242); }

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

background-color css

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

 a { background-color: rgb(190,122,242); }

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

border-color css

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

 span { border-color: rgb(190,122,242); }

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