Html Css Color HEX #BE7AFE Heliotrope

📋 copy color: '#BE7AFE'

red 190 ◦ green 122 ◦ blue 254

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

Shades of Heliotrope #BE7AFE

Tints of Heliotrope #BE7AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.88%

R = 33.57%
G = 21.55%
B = 44.88%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BE7AFE (or 0xBE7AFE) is known color: Heliotrope. HEX triplet: BE, 7A and FE. RGB value is (190,122,254). Sum of RGB (Red+Green+Blue) = 190+122+254=566 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.57% from 566); Green value is 122 (48.05% from 255 or 21.55% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE7AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE7AFE is #418501. Grayscale: #9C9C9C. Windows color (decimal): -4293890 or 16677566. OLE color: 16677566.

HSL color Cylindrical-coordinate representation of color #BE7AFE: hue angle of 270.91º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE7AFE is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 190 122 254 -
CMYK 0.25 0.52 0 0.00
HSL 270.91º 0.99% 0.74% -
HSV(B) 270.91º 0.52% 1% -
XYZ 46.08 32.02 97.52 -
YUV 157.38 182.53 151.27 -
System Red Green Blue C M Y K H S L
Decimal 190 122 254 0.25 0.52 0 0.00 270.91 0.99 0.74
Hex BE 7A FE 19 34 0 0 10F 63 4A
Octal 276 172 376 31 64 0 0 417 143 112
Binary 10111110 1111010 11111110 11001 110100 0 0 100001111 1100011 1001010

Color Harmonies of #BE7AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7AFE

Black with #BE7AFE

Text Example


Text Example

White with #BE7AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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