Html Css Color HEX #BA5DD9 Medium Orchid

📋 copy color: '#BA5DD9'

red 186 ◦ green 93 ◦ blue 217

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

Shades of Medium Orchid #BA5DD9

Tints of Medium Orchid #BA5DD9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.75%

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

R = 37.5%
G = 18.75%
B = 43.75%

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

#BA5DD9 (or 0xBA5DD9) is known color: Medium Orchid. HEX triplet: BA, 5D and D9. RGB value is (186,93,217). Sum of RGB (Red+Green+Blue) = 186+93+217=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 93 (36.72% from 255 or 18.75% from 496); Blue value is 217 (85.16% from 255 or 43.75% from 496); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA5DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5DD9 is #45A226. Grayscale: #868686. Windows color (decimal): -4563495 or 14245306. OLE color: 14245306.

HSL color Cylindrical-coordinate representation of color #BA5DD9: hue angle of 285º 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 #BA5DD9 is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 93 217 -
CMYK 0.14 0.57 0 0.15
HSL 285º 0.62% 0.61% -
HSV(B) 285º 0.57% 0.85% -
XYZ 36.69 23.28 68.2 -
YUV 134.94 174.31 164.42 -
System Red Green Blue C M Y K H S L
Decimal 186 93 217 0.14 0.57 0 0.15 285 0.62 0.61
Hex BA 5D D9 E 39 0 F 11D 3E 3D
Octal 272 135 331 16 71 0 17 435 76 75
Binary 10111010 1011101 11011001 1110 111001 0 1111 100011101 111110 111101

Color Harmonies of #BA5DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5DD9

Black with #BA5DD9

Text Example


Text Example

White with #BA5DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5DD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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