Html Css Color HEX #BA59E0 Medium Orchid

📋 copy color: '#BA59E0'

red 186 ◦ green 89 ◦ blue 224

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

Shades of Medium Orchid #BA59E0

Tints of Medium Orchid #BA59E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.89%

R = 37.27%
G = 17.84%
B = 44.89%

CMYK

 C value IS 0.17

 M value IS 0.60

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA59E0 (or 0xBA59E0) is known color: Medium Orchid. HEX triplet: BA, 59 and E0. RGB value is (186,89,224). Sum of RGB (Red+Green+Blue) = 186+89+224=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 89 (35.16% from 255 or 17.84% from 499); Blue value is 224 (87.89% from 255 or 44.89% from 499); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA59E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA59E0 is #45A61F. Grayscale: #848484. Windows color (decimal): -4564512 or 14703034. OLE color: 14703034.

HSL color Cylindrical-coordinate representation of color #BA59E0: hue angle of 283.11º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA59E0 is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 89 224 -
CMYK 0.17 0.60 0 0.12
HSL 283.11º 0.69% 0.61% -
HSV(B) 283.11º 0.6% 0.88% -
XYZ 37.28 22.97 72.99 -
YUV 133.39 179.14 165.52 -
System Red Green Blue C M Y K H S L
Decimal 186 89 224 0.17 0.60 0 0.12 283.11 0.69 0.61
Hex BA 59 E0 11 3C 0 C 11B 45 3D
Octal 272 131 340 21 74 0 14 433 105 75
Binary 10111010 1011001 11100000 10001 111100 0 1100 100011011 1000101 111101

Color Harmonies of #BA59E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA59E0

Black with #BA59E0

Text Example


Text Example

White with #BA59E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA59E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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