Html Css Color HEX #BE54EE Medium Orchid

📋 copy color: '#BE54EE'

red 190 ◦ green 84 ◦ blue 238

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

Shades of Medium Orchid #BE54EE

Tints of Medium Orchid #BE54EE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.41%

 BLUE value IS 238 (93.36% from 255) = 46.48%

R = 37.11%
G = 16.41%
B = 46.48%

CMYK

 C value IS 0.20

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE54EE (or 0xBE54EE) is known color: Medium Orchid. HEX triplet: BE, 54 and EE. RGB value is (190,84,238). Sum of RGB (Red+Green+Blue) = 190+84+238=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 84 (33.20% from 255 or 16.41% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE54EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE54EE is #41AB11. Grayscale: #848484. Windows color (decimal): -4303634 or 15619262. OLE color: 15619262.

HSL color Cylindrical-coordinate representation of color #BE54EE: hue angle of 281.3º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE54EE is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 84 238 -
CMYK 0.20 0.65 0 0.07
HSL 281.3º 0.82% 0.63% -
HSV(B) 281.3º 0.65% 0.93% -
XYZ 39.84 23.46 83.32 -
YUV 133.25 187.12 168.48 -
System Red Green Blue C M Y K H S L
Decimal 190 84 238 0.20 0.65 0 0.07 281.3 0.82 0.63
Hex BE 54 EE 14 41 0 7 119 52 3F
Octal 276 124 356 24 101 0 7 431 122 77
Binary 10111110 1010100 11101110 10100 1000001 0 111 100011001 1010010 111111

Color Harmonies of #BE54EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE54EE

Black with #BE54EE

Text Example


Text Example

White with #BE54EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE54EE; }

 p { color: rgb(190,84,238); }

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

background-color css

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

 a { background-color: rgb(190,84,238); }

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

border-color css

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

 span { border-color: rgb(190,84,238); }

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