Html Css Color HEX #BA5BD1 Medium Orchid

📋 copy color: '#BA5BD1'

red 186 ◦ green 91 ◦ blue 209

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

Shades of Medium Orchid #BA5BD1

Tints of Medium Orchid #BA5BD1

RGB

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

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

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

R = 38.27%
G = 18.72%
B = 43%

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

#BA5BD1 (or 0xBA5BD1) is known color: Medium Orchid. HEX triplet: BA, 5B and D1. RGB value is (186,91,209). Sum of RGB (Red+Green+Blue) = 186+91+209=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 91 (35.94% from 255 or 18.72% from 486); Blue value is 209 (82.03% from 255 or 43.00% from 486); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA5BD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5BD1 is #45A42E. Grayscale: #848484. Windows color (decimal): -4564015 or 13720506. OLE color: 13720506.

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

Color convert

RGB 186 91 209 -
CMYK 0.11 0.56 0 0.18
HSL 288.31º 0.56% 0.59% -
HSV(B) 288.31º 0.56% 0.82% -
XYZ 35.5 22.52 62.8 -
YUV 132.86 170.97 165.91 -
System Red Green Blue C M Y K H S L
Decimal 186 91 209 0.11 0.56 0 0.18 288.31 0.56 0.59
Hex BA 5B D1 B 38 0 12 120 38 3B
Octal 272 133 321 13 70 0 22 440 70 73
Binary 10111010 1011011 11010001 1011 111000 0 10010 100100000 111000 111011

Color Harmonies of #BA5BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5BD1

Black with #BA5BD1

Text Example


Text Example

White with #BA5BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5BD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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