Html Css Color HEX #BA59CA Medium Orchid

📋 copy color: '#BA59CA'

red 186 ◦ green 89 ◦ blue 202

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

Shades of Medium Orchid #BA59CA

Tints of Medium Orchid #BA59CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.35%

R = 38.99%
G = 18.66%
B = 42.35%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA59CA (or 0xBA59CA) is known color: Medium Orchid. HEX triplet: BA, 59 and CA. RGB value is (186,89,202). Sum of RGB (Red+Green+Blue) = 186+89+202=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 89 (35.16% from 255 or 18.66% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA59CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA59CA is #45A635. Grayscale: #828282. Windows color (decimal): -4564534 or 13261242. OLE color: 13261242.

HSL color Cylindrical-coordinate representation of color #BA59CA: hue angle of 291.5º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA59CA is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 89 202 -
CMYK 0.08 0.56 0 0.21
HSL 291.5º 0.52% 0.57% -
HSV(B) 291.5º 0.56% 0.79% -
XYZ 34.48 21.85 58.28 -
YUV 130.89 168.14 167.31 -
System Red Green Blue C M Y K H S L
Decimal 186 89 202 0.08 0.56 0 0.21 291.5 0.52 0.57
Hex BA 59 CA 8 38 0 15 124 34 39
Octal 272 131 312 10 70 0 25 444 64 71
Binary 10111010 1011001 11001010 1000 111000 0 10101 100100100 110100 111001

Color Harmonies of #BA59CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA59CA

Black with #BA59CA

Text Example


Text Example

White with #BA59CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA59CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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