Html Css Color HEX #BA53DA Medium Orchid

📋 copy color: '#BA53DA'

red 186 ◦ green 83 ◦ blue 218

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

Shades of Medium Orchid #BA53DA

Tints of Medium Orchid #BA53DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.76%

R = 38.19%
G = 17.04%
B = 44.76%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA53DA (or 0xBA53DA) is known color: Medium Orchid. HEX triplet: BA, 53 and DA. RGB value is (186,83,218). Sum of RGB (Red+Green+Blue) = 186+83+218=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 83 (32.81% from 255 or 17.04% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA53DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA53DA is #45AC25. Grayscale: #808080. Windows color (decimal): -4566054 or 14308282. OLE color: 14308282.

HSL color Cylindrical-coordinate representation of color #BA53DA: hue angle of 285.78º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA53DA is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 83 218 -
CMYK 0.15 0.62 0 0.15
HSL 285.78º 0.65% 0.59% -
HSV(B) 285.78º 0.62% 0.85% -
XYZ 36 21.69 68.62 -
YUV 129.19 178.12 168.52 -
System Red Green Blue C M Y K H S L
Decimal 186 83 218 0.15 0.62 0 0.15 285.78 0.65 0.59
Hex BA 53 DA F 3E 0 F 11E 41 3B
Octal 272 123 332 17 76 0 17 436 101 73
Binary 10111010 1010011 11011010 1111 111110 0 1111 100011110 1000001 111011

Color Harmonies of #BA53DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA53DA

Black with #BA53DA

Text Example


Text Example

White with #BA53DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA53DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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