Html Css Color HEX #BA5AD1 Medium Orchid

📋 copy color: '#BA5AD1'

red 186 ◦ green 90 ◦ blue 209

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

Shades of Medium Orchid #BA5AD1

Tints of Medium Orchid #BA5AD1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.56%

 BLUE value IS 209 (82.03% from 255) = 43.09%

R = 38.35%
G = 18.56%
B = 43.09%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BA5AD1 (or 0xBA5AD1) is known color: Medium Orchid. HEX triplet: BA, 5A and D1. RGB value is (186,90,209). Sum of RGB (Red+Green+Blue) = 186+90+209=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 90 (35.55% from 255 or 18.56% from 485); Blue value is 209 (82.03% from 255 or 43.09% from 485); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA5AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5AD1 is #45A52E. Grayscale: #838383. Windows color (decimal): -4564271 or 13720250. OLE color: 13720250.

HSL color Cylindrical-coordinate representation of color #BA5AD1: hue angle of 288.4º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA5AD1 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 90 209 -
CMYK 0.11 0.57 0 0.18
HSL 288.4º 0.56% 0.59% -
HSV(B) 288.4º 0.57% 0.82% -
XYZ 35.41 22.35 62.77 -
YUV 132.27 171.3 166.32 -
System Red Green Blue C M Y K H S L
Decimal 186 90 209 0.11 0.57 0 0.18 288.4 0.56 0.59
Hex BA 5A D1 B 39 0 12 120 38 3B
Octal 272 132 321 13 71 0 22 440 70 73
Binary 10111010 1011010 11010001 1011 111001 0 10010 100100000 111000 111011

Color Harmonies of #BA5AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5AD1

Black with #BA5AD1

Text Example


Text Example

White with #BA5AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5AD1; }

 p { color: rgb(186,90,209); }

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

background-color css

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

 a { background-color: rgb(186,90,209); }

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

border-color css

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

 span { border-color: rgb(186,90,209); }

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