Html Css Color HEX #BA54DD Medium Orchid

📋 copy color: '#BA54DD'

red 186 ◦ green 84 ◦ blue 221

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

Shades of Medium Orchid #BA54DD

Tints of Medium Orchid #BA54DD

RGB

 RED value IS 186 (73.05% from 255) = 37.88%

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

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

R = 37.88%
G = 17.11%
B = 45.01%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA54DD (or 0xBA54DD) is known color: Medium Orchid. HEX triplet: BA, 54 and DD. RGB value is (186,84,221). Sum of RGB (Red+Green+Blue) = 186+84+221=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 84 (33.20% from 255 or 17.11% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA54DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA54DD is #45AB22. Grayscale: #818181. Windows color (decimal): -4565795 or 14505146. OLE color: 14505146.

HSL color Cylindrical-coordinate representation of color #BA54DD: hue angle of 284.67º 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 #BA54DD is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 84 221 -
CMYK 0.16 0.62 0 0.13
HSL 284.67º 0.67% 0.6% -
HSV(B) 284.67º 0.62% 0.87% -
XYZ 36.47 22 70.73 -
YUV 130.12 179.29 167.86 -
System Red Green Blue C M Y K H S L
Decimal 186 84 221 0.16 0.62 0 0.13 284.67 0.67 0.6
Hex BA 54 DD 10 3E 0 D 11D 43 3C
Octal 272 124 335 20 76 0 15 435 103 74
Binary 10111010 1010100 11011101 10000 111110 0 1101 100011101 1000011 111100

Color Harmonies of #BA54DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA54DD

Black with #BA54DD

Text Example


Text Example

White with #BA54DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA54DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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