Html Css Color HEX #BA6CD9 Medium Orchid

📋 copy color: '#BA6CD9'

red 186 ◦ green 108 ◦ blue 217

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

Shades of Medium Orchid #BA6CD9

Tints of Medium Orchid #BA6CD9

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.14%

 BLUE value IS 217 (85.16% from 255) = 42.47%

R = 36.4%
G = 21.14%
B = 42.47%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA6CD9 (or 0xBA6CD9) is known color: Medium Orchid. HEX triplet: BA, 6C and D9. RGB value is (186,108,217). Sum of RGB (Red+Green+Blue) = 186+108+217=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 108 (42.58% from 255 or 21.14% from 511); Blue value is 217 (85.16% from 255 or 42.47% from 511); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA6CD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6CD9 is #459326. Grayscale: #8F8F8F. Windows color (decimal): -4559655 or 14249146. OLE color: 14249146.

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

Color convert

RGB 186 108 217 -
CMYK 0.14 0.50 0 0.15
HSL 282.94º 0.59% 0.64% -
HSV(B) 282.94º 0.5% 0.85% -
XYZ 38.14 26.17 68.69 -
YUV 143.75 169.34 158.14 -
System Red Green Blue C M Y K H S L
Decimal 186 108 217 0.14 0.50 0 0.15 282.94 0.59 0.64
Hex BA 6C D9 E 32 0 F 11B 3B 40
Octal 272 154 331 16 62 0 17 433 73 100
Binary 10111010 1101100 11011001 1110 110010 0 1111 100011011 111011 1000000

Color Harmonies of #BA6CD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6CD9

Black with #BA6CD9

Text Example


Text Example

White with #BA6CD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6CD9; }

 p { color: rgb(186,108,217); }

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

background-color css

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

 a { background-color: rgb(186,108,217); }

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

border-color css

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

 span { border-color: rgb(186,108,217); }

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