Html Css Color HEX #BE5AF2 Medium Orchid

📋 copy color: '#BE5AF2'

red 190 ◦ green 90 ◦ blue 242

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

Shades of Medium Orchid #BE5AF2

Tints of Medium Orchid #BE5AF2

RGB

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

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

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

R = 36.4%
G = 17.24%
B = 46.36%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BE5AF2 (or 0xBE5AF2) is known color: Medium Orchid. HEX triplet: BE, 5A and F2. RGB value is (190,90,242). Sum of RGB (Red+Green+Blue) = 190+90+242=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 90 (35.55% from 255 or 17.24% from 522); Blue value is 242 (94.92% from 255 or 46.36% from 522); Max value from RGB is 242 - color contains mainly: blue. Hex color #BE5AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE5AF2 is #41A50D. Grayscale: #888888. Windows color (decimal): -4302094 or 15882942. OLE color: 15882942.

HSL color Cylindrical-coordinate representation of color #BE5AF2: hue angle of 279.47º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BE5AF2 is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 90 242 -
CMYK 0.21 0.63 0 0.05
HSL 279.47º 0.85% 0.65% -
HSV(B) 279.47º 0.63% 0.95% -
XYZ 40.92 24.67 86.61 -
YUV 137.23 187.13 165.64 -
System Red Green Blue C M Y K H S L
Decimal 190 90 242 0.21 0.63 0 0.05 279.47 0.85 0.65
Hex BE 5A F2 15 3F 0 5 117 55 41
Octal 276 132 362 25 77 0 5 427 125 101
Binary 10111110 1011010 11110010 10101 111111 0 101 100010111 1010101 1000001

Color Harmonies of #BE5AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5AF2

Black with #BE5AF2

Text Example


Text Example

White with #BE5AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5AF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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