Html Css Color HEX #BA5BCD Medium Orchid

📋 copy color: '#BA5BCD'

red 186 ◦ green 91 ◦ blue 205

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

Shades of Medium Orchid #BA5BCD

Tints of Medium Orchid #BA5BCD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.88%

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

R = 38.59%
G = 18.88%
B = 42.53%

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

#BA5BCD (or 0xBA5BCD) is known color: Medium Orchid. HEX triplet: BA, 5B and CD. RGB value is (186,91,205). Sum of RGB (Red+Green+Blue) = 186+91+205=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 91 (35.94% from 255 or 18.88% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA5BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5BCD is #45A432. Grayscale: #848484. Windows color (decimal): -4564019 or 13458362. OLE color: 13458362.

HSL color Cylindrical-coordinate representation of color #BA5BCD: hue angle of 290º 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 #BA5BCD is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 91 205 -
CMYK 0.09 0.56 0 0.20
HSL 290º 0.53% 0.58% -
HSV(B) 290º 0.56% 0.8% -
XYZ 35.01 22.33 60.22 -
YUV 132.4 168.97 166.23 -
System Red Green Blue C M Y K H S L
Decimal 186 91 205 0.09 0.56 0 0.20 290 0.53 0.58
Hex BA 5B CD 9 38 0 14 122 35 3A
Octal 272 133 315 11 70 0 24 442 65 72
Binary 10111010 1011011 11001101 1001 111000 0 10100 100100010 110101 111010

Color Harmonies of #BA5BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5BCD

Black with #BA5BCD

Text Example


Text Example

White with #BA5BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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