Html Css Color HEX #BA5ED9 Medium Orchid

📋 copy color: '#BA5ED9'

red 186 ◦ green 94 ◦ blue 217

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

Shades of Medium Orchid #BA5ED9

Tints of Medium Orchid #BA5ED9

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.91%

 BLUE value IS 217 (85.16% from 255) = 43.66%

R = 37.42%
G = 18.91%
B = 43.66%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA5ED9 (or 0xBA5ED9) is known color: Medium Orchid. HEX triplet: BA, 5E and D9. RGB value is (186,94,217). Sum of RGB (Red+Green+Blue) = 186+94+217=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 94 (37.11% from 255 or 18.91% from 497); Blue value is 217 (85.16% from 255 or 43.66% from 497); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA5ED9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5ED9 is #45A126. Grayscale: #878787. Windows color (decimal): -4563239 or 14245562. OLE color: 14245562.

HSL color Cylindrical-coordinate representation of color #BA5ED9: hue angle of 284.88º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA5ED9 is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 94 217 -
CMYK 0.14 0.57 0 0.15
HSL 284.88º 0.62% 0.61% -
HSV(B) 284.88º 0.57% 0.85% -
XYZ 36.78 23.45 68.23 -
YUV 135.53 173.98 164 -
System Red Green Blue C M Y K H S L
Decimal 186 94 217 0.14 0.57 0 0.15 284.88 0.62 0.61
Hex BA 5E D9 E 39 0 F 11D 3E 3D
Octal 272 136 331 16 71 0 17 435 76 75
Binary 10111010 1011110 11011001 1110 111001 0 1111 100011101 111110 111101

Color Harmonies of #BA5ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5ED9

Black with #BA5ED9

Text Example


Text Example

White with #BA5ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5ED9; }

 p { color: rgb(186,94,217); }

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

background-color css

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

 a { background-color: rgb(186,94,217); }

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

border-color css

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

 span { border-color: rgb(186,94,217); }

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