Html Css Color HEX #BA56DC Medium Orchid

📋 copy color: '#BA56DC'

red 186 ◦ green 86 ◦ blue 220

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

Shades of Medium Orchid #BA56DC

Tints of Medium Orchid #BA56DC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.48%

 BLUE value IS 220 (86.33% from 255) = 44.72%

R = 37.8%
G = 17.48%
B = 44.72%

CMYK

 C value IS 0.15

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA56DC (or 0xBA56DC) is known color: Medium Orchid. HEX triplet: BA, 56 and DC. RGB value is (186,86,220). Sum of RGB (Red+Green+Blue) = 186+86+220=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 86 (33.98% from 255 or 17.48% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA56DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA56DC is #45A923. Grayscale: #828282. Windows color (decimal): -4565284 or 14440122. OLE color: 14440122.

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

Color convert

RGB 186 86 220 -
CMYK 0.15 0.61 0 0.14
HSL 284.78º 0.66% 0.6% -
HSV(B) 284.78º 0.61% 0.86% -
XYZ 36.5 22.26 70.08 -
YUV 131.18 178.13 167.1 -
System Red Green Blue C M Y K H S L
Decimal 186 86 220 0.15 0.61 0 0.14 284.78 0.66 0.6
Hex BA 56 DC F 3D 0 E 11D 42 3C
Octal 272 126 334 17 75 0 16 435 102 74
Binary 10111010 1010110 11011100 1111 111101 0 1110 100011101 1000010 111100

Color Harmonies of #BA56DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA56DC

Black with #BA56DC

Text Example


Text Example

White with #BA56DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA56DC; }

 p { color: rgb(186,86,220); }

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

background-color css

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

 a { background-color: rgb(186,86,220); }

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

border-color css

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

 span { border-color: rgb(186,86,220); }

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