Html Css Color HEX #BA6AD2 Medium Orchid

📋 copy color: '#BA6AD2'

red 186 ◦ green 106 ◦ blue 210

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

Shades of Medium Orchid #BA6AD2

Tints of Medium Orchid #BA6AD2

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.12%

 BLUE value IS 210 (82.42% from 255) = 41.83%

R = 37.05%
G = 21.12%
B = 41.83%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BA6AD2 (or 0xBA6AD2) is known color: Medium Orchid. HEX triplet: BA, 6A and D2. RGB value is (186,106,210). Sum of RGB (Red+Green+Blue) = 186+106+210=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 106 (41.80% from 255 or 21.12% from 502); Blue value is 210 (82.42% from 255 or 41.83% from 502); Max value from RGB is 210 - color contains mainly: blue. Hex color #BA6AD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6AD2 is #45952D. Grayscale: #8D8D8D. Windows color (decimal): -4560174 or 13789882. OLE color: 13789882.

HSL color Cylindrical-coordinate representation of color #BA6AD2: hue angle of 286.15º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA6AD2 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 106 210 -
CMYK 0.11 0.50 0 0.18
HSL 286.15º 0.54% 0.62% -
HSV(B) 286.15º 0.5% 0.82% -
XYZ 37.04 25.4 63.92 -
YUV 141.78 166.5 159.54 -
System Red Green Blue C M Y K H S L
Decimal 186 106 210 0.11 0.50 0 0.18 286.15 0.54 0.62
Hex BA 6A D2 B 32 0 12 11E 36 3E
Octal 272 152 322 13 62 0 22 436 66 76
Binary 10111010 1101010 11010010 1011 110010 0 10010 100011110 110110 111110

Color Harmonies of #BA6AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6AD2

Black with #BA6AD2

Text Example


Text Example

White with #BA6AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6AD2; }

 p { color: rgb(186,106,210); }

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

background-color css

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

 a { background-color: rgb(186,106,210); }

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

border-color css

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

 span { border-color: rgb(186,106,210); }

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