Html Css Color HEX #BE5FEB Medium Orchid

📋 copy color: '#BE5FEB'

red 190 ◦ green 95 ◦ blue 235

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

Shades of Medium Orchid #BE5FEB

Tints of Medium Orchid #BE5FEB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.27%

 BLUE value IS 235 (92.19% from 255) = 45.19%

R = 36.54%
G = 18.27%
B = 45.19%

CMYK

 C value IS 0.19

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BE5FEB (or 0xBE5FEB) is known color: Medium Orchid. HEX triplet: BE, 5F and EB. RGB value is (190,95,235). Sum of RGB (Red+Green+Blue) = 190+95+235=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 95 (37.5% from 255 or 18.27% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #BE5FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE5FEB is #41A014. Grayscale: #8A8A8A. Windows color (decimal): -4300821 or 15425470. OLE color: 15425470.

HSL color Cylindrical-coordinate representation of color #BE5FEB: hue angle of 280.71º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BE5FEB is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 95 235 -
CMYK 0.19 0.60 0 0.08
HSL 280.71º 0.78% 0.65% -
HSV(B) 280.71º 0.6% 0.92% -
XYZ 40.32 25.13 81.32 -
YUV 139.37 181.97 164.12 -
System Red Green Blue C M Y K H S L
Decimal 190 95 235 0.19 0.60 0 0.08 280.71 0.78 0.65
Hex BE 5F EB 13 3C 0 8 119 4E 41
Octal 276 137 353 23 74 0 10 431 116 101
Binary 10111110 1011111 11101011 10011 111100 0 1000 100011001 1001110 1000001

Color Harmonies of #BE5FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5FEB

Black with #BE5FEB

Text Example


Text Example

White with #BE5FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5FEB; }

 p { color: rgb(190,95,235); }

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

background-color css

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

 a { background-color: rgb(190,95,235); }

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

border-color css

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

 span { border-color: rgb(190,95,235); }

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