Html Css Color HEX #BA53DB Medium Orchid

📋 copy color: '#BA53DB'

red 186 ◦ green 83 ◦ blue 219

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

Shades of Medium Orchid #BA53DB

Tints of Medium Orchid #BA53DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.88%

R = 38.11%
G = 17.01%
B = 44.88%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA53DB (or 0xBA53DB) is known color: Medium Orchid. HEX triplet: BA, 53 and DB. RGB value is (186,83,219). Sum of RGB (Red+Green+Blue) = 186+83+219=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 83 (32.81% from 255 or 17.01% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA53DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA53DB is #45AC24. Grayscale: #808080. Windows color (decimal): -4566053 or 14373818. OLE color: 14373818.

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

Color convert

RGB 186 83 219 -
CMYK 0.15 0.62 0 0.14
HSL 285.44º 0.65% 0.59% -
HSV(B) 285.44º 0.62% 0.86% -
XYZ 36.13 21.74 69.31 -
YUV 129.3 178.62 168.44 -
System Red Green Blue C M Y K H S L
Decimal 186 83 219 0.15 0.62 0 0.14 285.44 0.65 0.59
Hex BA 53 DB F 3E 0 E 11D 41 3B
Octal 272 123 333 17 76 0 16 435 101 73
Binary 10111010 1010011 11011011 1111 111110 0 1110 100011101 1000001 111011

Color Harmonies of #BA53DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA53DB

Black with #BA53DB

Text Example


Text Example

White with #BA53DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA53DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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