Html Css Color HEX #BE54D1 Medium Orchid

📋 copy color: '#BE54D1'

red 190 ◦ green 84 ◦ blue 209

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

Shades of Medium Orchid #BE54D1

Tints of Medium Orchid #BE54D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43.27%

R = 39.34%
G = 17.39%
B = 43.27%

CMYK

 C value IS 0.09

 M value IS 0.60

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BE54D1 (or 0xBE54D1) is known color: Medium Orchid. HEX triplet: BE, 54 and D1. RGB value is (190,84,209). Sum of RGB (Red+Green+Blue) = 190+84+209=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 84 (33.20% from 255 or 17.39% from 483); Blue value is 209 (82.03% from 255 or 43.27% from 483); Max value from RGB is 209 - color contains mainly: blue. Hex color #BE54D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE54D1 is #41AB2E. Grayscale: #818181. Windows color (decimal): -4303663 or 13718718. OLE color: 13718718.

HSL color Cylindrical-coordinate representation of color #BE54D1: hue angle of 290.88º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BE54D1 is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 84 209 -
CMYK 0.09 0.60 0 0.18
HSL 290.88º 0.58% 0.57% -
HSV(B) 290.88º 0.6% 0.82% -
XYZ 35.91 21.89 62.65 -
YUV 129.94 172.62 170.84 -
System Red Green Blue C M Y K H S L
Decimal 190 84 209 0.09 0.60 0 0.18 290.88 0.58 0.57
Hex BE 54 D1 9 3C 0 12 123 3A 39
Octal 276 124 321 11 74 0 22 443 72 71
Binary 10111110 1010100 11010001 1001 111100 0 10010 100100011 111010 111001

Color Harmonies of #BE54D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE54D1

Black with #BE54D1

Text Example


Text Example

White with #BE54D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE54D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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