Html Css Color HEX #BA6ADF Medium Orchid

📋 copy color: '#BA6ADF'

red 186 ◦ green 106 ◦ blue 223

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

Shades of Medium Orchid #BA6ADF

Tints of Medium Orchid #BA6ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.3%

R = 36.12%
G = 20.58%
B = 43.3%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA6ADF (or 0xBA6ADF) is known color: Medium Orchid. HEX triplet: BA, 6A and DF. RGB value is (186,106,223). Sum of RGB (Red+Green+Blue) = 186+106+223=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 106 (41.80% from 255 or 20.58% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA6ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6ADF is #459520. Grayscale: #8E8E8E. Windows color (decimal): -4560161 or 14641850. OLE color: 14641850.

HSL color Cylindrical-coordinate representation of color #BA6ADF: hue angle of 281.03º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA6ADF is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 106 223 -
CMYK 0.17 0.52 0 0.13
HSL 281.03º 0.65% 0.65% -
HSV(B) 281.03º 0.52% 0.87% -
XYZ 38.72 26.07 72.8 -
YUV 143.26 173 158.49 -
System Red Green Blue C M Y K H S L
Decimal 186 106 223 0.17 0.52 0 0.13 281.03 0.65 0.65
Hex BA 6A DF 11 34 0 D 119 41 41
Octal 272 152 337 21 64 0 15 431 101 101
Binary 10111010 1101010 11011111 10001 110100 0 1101 100011001 1000001 1000001

Color Harmonies of #BA6ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6ADF

Black with #BA6ADF

Text Example


Text Example

White with #BA6ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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