Html Css Color HEX #BE5BEB Medium Orchid

📋 copy color: '#BE5BEB'

red 190 ◦ green 91 ◦ blue 235

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

Shades of Medium Orchid #BE5BEB

Tints of Medium Orchid #BE5BEB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.64%

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

R = 36.82%
G = 17.64%
B = 45.54%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BE5BEB (or 0xBE5BEB) is known color: Medium Orchid. HEX triplet: BE, 5B and EB. RGB value is (190,91,235). Sum of RGB (Red+Green+Blue) = 190+91+235=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 91 (35.94% from 255 or 17.64% from 516); Blue value is 235 (92.19% from 255 or 45.54% from 516); Max value from RGB is 235 - color contains mainly: blue. Hex color #BE5BEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE5BEB is #41A414. Grayscale: #888888. Windows color (decimal): -4301845 or 15424446. OLE color: 15424446.

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

Color convert

RGB 190 91 235 -
CMYK 0.19 0.61 0 0.08
HSL 281.25º 0.78% 0.64% -
HSV(B) 281.25º 0.61% 0.92% -
XYZ 39.97 24.43 81.21 -
YUV 137.02 183.3 165.79 -
System Red Green Blue C M Y K H S L
Decimal 190 91 235 0.19 0.61 0 0.08 281.25 0.78 0.64
Hex BE 5B EB 13 3D 0 8 119 4E 40
Octal 276 133 353 23 75 0 10 431 116 100
Binary 10111110 1011011 11101011 10011 111101 0 1000 100011001 1001110 1000000

Color Harmonies of #BE5BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5BEB

Black with #BE5BEB

Text Example


Text Example

White with #BE5BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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