Html Css Color HEX #BE54DD Medium Orchid

📋 copy color: '#BE54DD'

red 190 ◦ green 84 ◦ blue 221

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

Shades of Medium Orchid #BE54DD

Tints of Medium Orchid #BE54DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.65%

R = 38.38%
G = 16.97%
B = 44.65%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE54DD (or 0xBE54DD) is known color: Medium Orchid. HEX triplet: BE, 54 and DD. RGB value is (190,84,221). Sum of RGB (Red+Green+Blue) = 190+84+221=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 84 (33.20% from 255 or 16.97% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE54DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE54DD is #41AB22. Grayscale: #828282. Windows color (decimal): -4303651 or 14505150. OLE color: 14505150.

HSL color Cylindrical-coordinate representation of color #BE54DD: hue angle of 286.42º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE54DD is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 84 221 -
CMYK 0.14 0.62 0 0.13
HSL 286.42º 0.67% 0.6% -
HSV(B) 286.42º 0.62% 0.87% -
XYZ 37.46 22.51 70.78 -
YUV 131.31 178.62 169.86 -
System Red Green Blue C M Y K H S L
Decimal 190 84 221 0.14 0.62 0 0.13 286.42 0.67 0.6
Hex BE 54 DD E 3E 0 D 11E 43 3C
Octal 276 124 335 16 76 0 15 436 103 74
Binary 10111110 1010100 11011101 1110 111110 0 1101 100011110 1000011 111100

Color Harmonies of #BE54DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE54DD

Black with #BE54DD

Text Example


Text Example

White with #BE54DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE54DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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