Html Css Color HEX #BA6DD5 Medium Orchid

📋 copy color: '#BA6DD5'

red 186 ◦ green 109 ◦ blue 213

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

Shades of Medium Orchid #BA6DD5

Tints of Medium Orchid #BA6DD5

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.46%

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

R = 36.61%
G = 21.46%
B = 41.93%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA6DD5 (or 0xBA6DD5) is known color: Medium Orchid. HEX triplet: BA, 6D and D5. RGB value is (186,109,213). Sum of RGB (Red+Green+Blue) = 186+109+213=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 109 (42.97% from 255 or 21.46% from 508); Blue value is 213 (83.59% from 255 or 41.93% from 508); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA6DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6DD5 is #45922A. Grayscale: #8F8F8F. Windows color (decimal): -4559403 or 13987258. OLE color: 13987258.

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

Color convert

RGB 186 109 213 -
CMYK 0.13 0.49 0 0.16
HSL 284.42º 0.55% 0.63% -
HSV(B) 284.42º 0.49% 0.84% -
XYZ 37.73 26.18 66.02 -
YUV 143.88 167.01 158.04 -
System Red Green Blue C M Y K H S L
Decimal 186 109 213 0.13 0.49 0 0.16 284.42 0.55 0.63
Hex BA 6D D5 D 31 0 10 11C 37 3F
Octal 272 155 325 15 61 0 20 434 67 77
Binary 10111010 1101101 11010101 1101 110001 0 10000 100011100 110111 111111

Color Harmonies of #BA6DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6DD5

Black with #BA6DD5

Text Example


Text Example

White with #BA6DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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