Html Css Color HEX #BA6EDC Medium Orchid

📋 copy color: '#BA6EDC'

red 186 ◦ green 110 ◦ blue 220

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

Shades of Medium Orchid #BA6EDC

Tints of Medium Orchid #BA6EDC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.32%

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

R = 36.05%
G = 21.32%
B = 42.64%

CMYK

 C value IS 0.15

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA6EDC (or 0xBA6EDC) is known color: Medium Orchid. HEX triplet: BA, 6E and DC. RGB value is (186,110,220). Sum of RGB (Red+Green+Blue) = 186+110+220=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 110 (43.36% from 255 or 21.32% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA6EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6EDC is #459123. Grayscale: #909090. Windows color (decimal): -4559140 or 14446266. OLE color: 14446266.

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

Color convert

RGB 186 110 220 -
CMYK 0.15 0.50 0 0.14
HSL 281.45º 0.61% 0.65% -
HSV(B) 281.45º 0.5% 0.86% -
XYZ 38.74 26.76 70.83 -
YUV 145.26 170.18 157.06 -
System Red Green Blue C M Y K H S L
Decimal 186 110 220 0.15 0.50 0 0.14 281.45 0.61 0.65
Hex BA 6E DC F 32 0 E 119 3D 41
Octal 272 156 334 17 62 0 16 431 75 101
Binary 10111010 1101110 11011100 1111 110010 0 1110 100011001 111101 1000001

Color Harmonies of #BA6EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6EDC

Black with #BA6EDC

Text Example


Text Example

White with #BA6EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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