Html Css Color HEX #BA59DA Medium Orchid

📋 copy color: '#BA59DA'

red 186 ◦ green 89 ◦ blue 218

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

Shades of Medium Orchid #BA59DA

Tints of Medium Orchid #BA59DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.22%

R = 37.73%
G = 18.05%
B = 44.22%

CMYK

 C value IS 0.15

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA59DA (or 0xBA59DA) is known color: Medium Orchid. HEX triplet: BA, 59 and DA. RGB value is (186,89,218). Sum of RGB (Red+Green+Blue) = 186+89+218=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 89 (35.16% from 255 or 18.05% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA59DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA59DA is #45A625. Grayscale: #848484. Windows color (decimal): -4564518 or 14309818. OLE color: 14309818.

HSL color Cylindrical-coordinate representation of color #BA59DA: hue angle of 285.12º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA59DA is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 89 218 -
CMYK 0.15 0.59 0 0.15
HSL 285.12º 0.64% 0.6% -
HSV(B) 285.12º 0.59% 0.85% -
XYZ 36.48 22.65 68.78 -
YUV 132.71 176.14 166.01 -
System Red Green Blue C M Y K H S L
Decimal 186 89 218 0.15 0.59 0 0.15 285.12 0.64 0.6
Hex BA 59 DA F 3B 0 F 11D 40 3C
Octal 272 131 332 17 73 0 17 435 100 74
Binary 10111010 1011001 11011010 1111 111011 0 1111 100011101 1000000 111100

Color Harmonies of #BA59DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA59DA

Black with #BA59DA

Text Example


Text Example

White with #BA59DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA59DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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