Html Css Color HEX #BA5ACD Medium Orchid

📋 copy color: '#BA5ACD'

red 186 ◦ green 90 ◦ blue 205

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

Shades of Medium Orchid #BA5ACD

Tints of Medium Orchid #BA5ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.62%

R = 38.67%
G = 18.71%
B = 42.62%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA5ACD (or 0xBA5ACD) is known color: Medium Orchid. HEX triplet: BA, 5A and CD. RGB value is (186,90,205). Sum of RGB (Red+Green+Blue) = 186+90+205=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 90 (35.55% from 255 or 18.71% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA5ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5ACD is #45A532. Grayscale: #838383. Windows color (decimal): -4564275 or 13458106. OLE color: 13458106.

HSL color Cylindrical-coordinate representation of color #BA5ACD: hue angle of 290.09º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA5ACD is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 90 205 -
CMYK 0.09 0.56 0 0.20
HSL 290.09º 0.53% 0.58% -
HSV(B) 290.09º 0.56% 0.8% -
XYZ 34.93 22.16 60.19 -
YUV 131.81 169.3 166.65 -
System Red Green Blue C M Y K H S L
Decimal 186 90 205 0.09 0.56 0 0.20 290.09 0.53 0.58
Hex BA 5A CD 9 38 0 14 122 35 3A
Octal 272 132 315 11 70 0 24 442 65 72
Binary 10111010 1011010 11001101 1001 111000 0 10100 100100010 110101 111010

Color Harmonies of #BA5ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5ACD

Black with #BA5ACD

Text Example


Text Example

White with #BA5ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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