Html Css Color HEX #BE5AF6 Medium Orchid

📋 copy color: '#BE5AF6'

red 190 ◦ green 90 ◦ blue 246

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

Shades of Medium Orchid #BE5AF6

Tints of Medium Orchid #BE5AF6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.11%

 BLUE value IS 246 (96.48% from 255) = 46.77%

R = 36.12%
G = 17.11%
B = 46.77%

CMYK

 C value IS 0.23

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BE5AF6 (or 0xBE5AF6) is known color: Medium Orchid. HEX triplet: BE, 5A and F6. RGB value is (190,90,246). Sum of RGB (Red+Green+Blue) = 190+90+246=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 90 (35.55% from 255 or 17.11% from 526); Blue value is 246 (96.48% from 255 or 46.77% from 526); Max value from RGB is 246 - color contains mainly: blue. Hex color #BE5AF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE5AF6 is #41A509. Grayscale: #898989. Windows color (decimal): -4302090 or 16145086. OLE color: 16145086.

HSL color Cylindrical-coordinate representation of color #BE5AF6: hue angle of 278.46º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BE5AF6 is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 190 90 246 -
CMYK 0.23 0.63 0 0.04
HSL 278.46º 0.9% 0.66% -
HSV(B) 278.46º 0.63% 0.96% -
XYZ 41.53 24.91 89.81 -
YUV 137.68 189.13 165.32 -
System Red Green Blue C M Y K H S L
Decimal 190 90 246 0.23 0.63 0 0.04 278.46 0.9 0.66
Hex BE 5A F6 17 3F 0 4 116 5A 42
Octal 276 132 366 27 77 0 4 426 132 102
Binary 10111110 1011010 11110110 10111 111111 0 100 100010110 1011010 1000010

Color Harmonies of #BE5AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5AF6

Black with #BE5AF6

Text Example


Text Example

White with #BE5AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5AF6; }

 p { color: rgb(190,90,246); }

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

background-color css

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

 a { background-color: rgb(190,90,246); }

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

border-color css

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

 span { border-color: rgb(190,90,246); }

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