Html Css Color HEX #BA53DD Medium Orchid

📋 copy color: '#BA53DD'

red 186 ◦ green 83 ◦ blue 221

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

Shades of Medium Orchid #BA53DD

Tints of Medium Orchid #BA53DD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.94%

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

R = 37.96%
G = 16.94%
B = 45.1%

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

#BA53DD (or 0xBA53DD) is known color: Medium Orchid. HEX triplet: BA, 53 and DD. RGB value is (186,83,221). Sum of RGB (Red+Green+Blue) = 186+83+221=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 83 (32.81% from 255 or 16.94% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA53DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA53DD is #45AC22. Grayscale: #818181. Windows color (decimal): -4566051 or 14504890. OLE color: 14504890.

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

Color convert

RGB 186 83 221 -
CMYK 0.16 0.62 0 0.13
HSL 284.78º 0.67% 0.6% -
HSV(B) 284.78º 0.62% 0.87% -
XYZ 36.39 21.85 70.71 -
YUV 129.53 179.62 168.28 -
System Red Green Blue C M Y K H S L
Decimal 186 83 221 0.16 0.62 0 0.13 284.78 0.67 0.6
Hex BA 53 DD 10 3E 0 D 11D 43 3C
Octal 272 123 335 20 76 0 15 435 103 74
Binary 10111010 1010011 11011101 10000 111110 0 1101 100011101 1000011 111100

Color Harmonies of #BA53DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA53DD

Black with #BA53DD

Text Example


Text Example

White with #BA53DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA53DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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