Html Css Color HEX #BA5CD1 Medium Orchid

📋 copy color: '#BA5CD1'

red 186 ◦ green 92 ◦ blue 209

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

Shades of Medium Orchid #BA5CD1

Tints of Medium Orchid #BA5CD1

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.89%

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

R = 38.19%
G = 18.89%
B = 42.92%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BA5CD1 (or 0xBA5CD1) is known color: Medium Orchid. HEX triplet: BA, 5C and D1. RGB value is (186,92,209). Sum of RGB (Red+Green+Blue) = 186+92+209=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 92 (36.33% from 255 or 18.89% from 487); Blue value is 209 (82.03% from 255 or 42.92% from 487); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA5CD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5CD1 is #45A32E. Grayscale: #858585. Windows color (decimal): -4563759 or 13720762. OLE color: 13720762.

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

Color convert

RGB 186 92 209 -
CMYK 0.11 0.56 0 0.18
HSL 288.21º 0.56% 0.59% -
HSV(B) 288.21º 0.56% 0.82% -
XYZ 35.59 22.7 62.83 -
YUV 133.44 170.64 165.49 -
System Red Green Blue C M Y K H S L
Decimal 186 92 209 0.11 0.56 0 0.18 288.21 0.56 0.59
Hex BA 5C D1 B 38 0 12 120 38 3B
Octal 272 134 321 13 70 0 22 440 70 73
Binary 10111010 1011100 11010001 1011 111000 0 10010 100100000 111000 111011

Color Harmonies of #BA5CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5CD1

Black with #BA5CD1

Text Example


Text Example

White with #BA5CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5CD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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