Html Css Color HEX #BA6FD5 Medium Orchid

📋 copy color: '#BA6FD5'

red 186 ◦ green 111 ◦ blue 213

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

Shades of Medium Orchid #BA6FD5

Tints of Medium Orchid #BA6FD5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.76%

 BLUE value IS 213 (83.59% from 255) = 41.76%

R = 36.47%
G = 21.76%
B = 41.76%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA6FD5 (or 0xBA6FD5) is known color: Medium Orchid. HEX triplet: BA, 6F and D5. RGB value is (186,111,213). Sum of RGB (Red+Green+Blue) = 186+111+213=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 111 (43.75% from 255 or 21.76% from 510); Blue value is 213 (83.59% from 255 or 41.76% from 510); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA6FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6FD5 is #45902A. Grayscale: #909090. Windows color (decimal): -4558891 or 13987770. OLE color: 13987770.

HSL color Cylindrical-coordinate representation of color #BA6FD5: hue angle of 284.12º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA6FD5 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 111 213 -
CMYK 0.13 0.48 0 0.16
HSL 284.12º 0.55% 0.64% -
HSV(B) 284.12º 0.48% 0.84% -
XYZ 37.94 26.61 66.09 -
YUV 145.05 166.35 157.21 -
System Red Green Blue C M Y K H S L
Decimal 186 111 213 0.13 0.48 0 0.16 284.12 0.55 0.64
Hex BA 6F D5 D 30 0 10 11C 37 40
Octal 272 157 325 15 60 0 20 434 67 100
Binary 10111010 1101111 11010101 1101 110000 0 10000 100011100 110111 1000000

Color Harmonies of #BA6FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6FD5

Black with #BA6FD5

Text Example


Text Example

White with #BA6FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6FD5; }

 p { color: rgb(186,111,213); }

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

background-color css

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

 a { background-color: rgb(186,111,213); }

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

border-color css

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

 span { border-color: rgb(186,111,213); }

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