Html Css Color HEX #BA59D0 Medium Orchid

📋 copy color: '#BA59D0'

red 186 ◦ green 89 ◦ blue 208

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

Shades of Medium Orchid #BA59D0

Tints of Medium Orchid #BA59D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.06%

R = 38.51%
G = 18.43%
B = 43.06%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BA59D0 (or 0xBA59D0) is known color: Medium Orchid. HEX triplet: BA, 59 and D0. RGB value is (186,89,208). Sum of RGB (Red+Green+Blue) = 186+89+208=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 89 (35.16% from 255 or 18.43% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA59D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA59D0 is #45A62F. Grayscale: #838383. Windows color (decimal): -4564528 or 13654458. OLE color: 13654458.

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

Color convert

RGB 186 89 208 -
CMYK 0.11 0.57 0 0.18
HSL 288.91º 0.56% 0.58% -
HSV(B) 288.91º 0.57% 0.82% -
XYZ 35.21 22.14 62.09 -
YUV 131.57 171.14 166.82 -
System Red Green Blue C M Y K H S L
Decimal 186 89 208 0.11 0.57 0 0.18 288.91 0.56 0.58
Hex BA 59 D0 B 39 0 12 121 38 3A
Octal 272 131 320 13 71 0 22 441 70 72
Binary 10111010 1011001 11010000 1011 111001 0 10010 100100001 111000 111010

Color Harmonies of #BA59D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA59D0

Black with #BA59D0

Text Example


Text Example

White with #BA59D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA59D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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