Html Css Color HEX #BA7ADC Medium Orchid

📋 copy color: '#BA7ADC'

red 186 ◦ green 122 ◦ blue 220

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

Shades of Medium Orchid #BA7ADC

Tints of Medium Orchid #BA7ADC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.11%

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

R = 35.23%
G = 23.11%
B = 41.67%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA7ADC (or 0xBA7ADC) is known color: Medium Orchid. HEX triplet: BA, 7A and DC. RGB value is (186,122,220). Sum of RGB (Red+Green+Blue) = 186+122+220=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 122 (48.05% from 255 or 23.11% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA7ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7ADC is #458523. Grayscale: #979797. Windows color (decimal): -4556068 or 14449338. OLE color: 14449338.

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

Color convert

RGB 186 122 220 -
CMYK 0.15 0.45 0 0.14
HSL 279.18º 0.58% 0.67% -
HSV(B) 279.18º 0.45% 0.86% -
XYZ 40.13 29.53 71.29 -
YUV 152.31 166.2 152.03 -
System Red Green Blue C M Y K H S L
Decimal 186 122 220 0.15 0.45 0 0.14 279.18 0.58 0.67
Hex BA 7A DC F 2D 0 E 117 3A 43
Octal 272 172 334 17 55 0 16 427 72 103
Binary 10111010 1111010 11011100 1111 101101 0 1110 100010111 111010 1000011

Color Harmonies of #BA7ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7ADC

Black with #BA7ADC

Text Example


Text Example

White with #BA7ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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