Html Css Color HEX #BE54CE Medium Orchid

📋 copy color: '#BE54CE'

red 190 ◦ green 84 ◦ blue 206

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

Shades of Medium Orchid #BE54CE

Tints of Medium Orchid #BE54CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.92%

R = 39.58%
G = 17.5%
B = 42.92%

CMYK

 C value IS 0.08

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE54CE (or 0xBE54CE) is known color: Medium Orchid. HEX triplet: BE, 54 and CE. RGB value is (190,84,206). Sum of RGB (Red+Green+Blue) = 190+84+206=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 84 (33.20% from 255 or 17.5% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE54CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE54CE is #41AB31. Grayscale: #818181. Windows color (decimal): -4303666 or 13522110. OLE color: 13522110.

HSL color Cylindrical-coordinate representation of color #BE54CE: hue angle of 292.13º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE54CE is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 84 206 -
CMYK 0.08 0.59 0 0.19
HSL 292.13º 0.55% 0.57% -
HSV(B) 292.13º 0.59% 0.81% -
XYZ 35.55 21.74 60.72 -
YUV 129.6 171.12 171.08 -
System Red Green Blue C M Y K H S L
Decimal 190 84 206 0.08 0.59 0 0.19 292.13 0.55 0.57
Hex BE 54 CE 8 3B 0 13 124 37 39
Octal 276 124 316 10 73 0 23 444 67 71
Binary 10111110 1010100 11001110 1000 111011 0 10011 100100100 110111 111001

Color Harmonies of #BE54CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE54CE

Black with #BE54CE

Text Example


Text Example

White with #BE54CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE54CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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