Html Css Color HEX #BA59DD Medium Orchid

📋 copy color: '#BA59DD'

red 186 ◦ green 89 ◦ blue 221

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

Shades of Medium Orchid #BA59DD

Tints of Medium Orchid #BA59DD

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.94%

 BLUE value IS 221 (86.72% from 255) = 44.56%

R = 37.5%
G = 17.94%
B = 44.56%

CMYK

 C value IS 0.16

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA59DD (or 0xBA59DD) is known color: Medium Orchid. HEX triplet: BA, 59 and DD. RGB value is (186,89,221). Sum of RGB (Red+Green+Blue) = 186+89+221=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 89 (35.16% from 255 or 17.94% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA59DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA59DD is #45A622. Grayscale: #848484. Windows color (decimal): -4564515 or 14506426. OLE color: 14506426.

HSL color Cylindrical-coordinate representation of color #BA59DD: hue angle of 284.09º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA59DD is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 89 221 -
CMYK 0.16 0.60 0 0.13
HSL 284.09º 0.66% 0.61% -
HSV(B) 284.09º 0.6% 0.87% -
XYZ 36.87 22.8 70.86 -
YUV 133.05 177.64 165.77 -
System Red Green Blue C M Y K H S L
Decimal 186 89 221 0.16 0.60 0 0.13 284.09 0.66 0.61
Hex BA 59 DD 10 3C 0 D 11C 42 3D
Octal 272 131 335 20 74 0 15 434 102 75
Binary 10111010 1011001 11011101 10000 111100 0 1101 100011100 1000010 111101

Color Harmonies of #BA59DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA59DD

Black with #BA59DD

Text Example


Text Example

White with #BA59DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA59DD; }

 p { color: rgb(186,89,221); }

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

background-color css

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

 a { background-color: rgb(186,89,221); }

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

border-color css

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

 span { border-color: rgb(186,89,221); }

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