Html Css Color HEX #BE55EB Medium Orchid

📋 copy color: '#BE55EB'

red 190 ◦ green 85 ◦ blue 235

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

Shades of Medium Orchid #BE55EB

Tints of Medium Orchid #BE55EB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.67%

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

R = 37.25%
G = 16.67%
B = 46.08%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BE55EB (or 0xBE55EB) is known color: Medium Orchid. HEX triplet: BE, 55 and EB. RGB value is (190,85,235). Sum of RGB (Red+Green+Blue) = 190+85+235=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 85 (33.59% from 255 or 16.67% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 235 - color contains mainly: blue. Hex color #BE55EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE55EB is #41AA14. Grayscale: #858585. Windows color (decimal): -4303381 or 15422910. OLE color: 15422910.

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

Color convert

RGB 190 85 235 -
CMYK 0.19 0.64 0 0.08
HSL 282º 0.79% 0.63% -
HSV(B) 282º 0.64% 0.92% -
XYZ 39.48 23.44 81.04 -
YUV 133.5 185.29 168.3 -
System Red Green Blue C M Y K H S L
Decimal 190 85 235 0.19 0.64 0 0.08 282 0.79 0.63
Hex BE 55 EB 13 40 0 8 11A 4F 3F
Octal 276 125 353 23 100 0 10 432 117 77
Binary 10111110 1010101 11101011 10011 1000000 0 1000 100011010 1001111 111111

Color Harmonies of #BE55EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE55EB

Black with #BE55EB

Text Example


Text Example

White with #BE55EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE55EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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