Html Css Color HEX #BA59DF Medium Orchid

📋 copy color: '#BA59DF'

red 186 ◦ green 89 ◦ blue 223

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

Shades of Medium Orchid #BA59DF

Tints of Medium Orchid #BA59DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.78%

R = 37.35%
G = 17.87%
B = 44.78%

CMYK

 C value IS 0.17

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA59DF (or 0xBA59DF) is known color: Medium Orchid. HEX triplet: BA, 59 and DF. RGB value is (186,89,223). Sum of RGB (Red+Green+Blue) = 186+89+223=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 89 (35.16% from 255 or 17.87% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA59DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA59DF is #45A620. Grayscale: #848484. Windows color (decimal): -4564513 or 14637498. OLE color: 14637498.

HSL color Cylindrical-coordinate representation of color #BA59DF: hue angle of 283.43º degrees, saturation: 0.68, 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 #BA59DF is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 89 223 -
CMYK 0.17 0.60 0 0.13
HSL 283.43º 0.68% 0.61% -
HSV(B) 283.43º 0.6% 0.87% -
XYZ 37.14 22.91 72.28 -
YUV 133.28 178.64 165.6 -
System Red Green Blue C M Y K H S L
Decimal 186 89 223 0.17 0.60 0 0.13 283.43 0.68 0.61
Hex BA 59 DF 11 3C 0 D 11B 44 3D
Octal 272 131 337 21 74 0 15 433 104 75
Binary 10111010 1011001 11011111 10001 111100 0 1101 100011011 1000100 111101

Color Harmonies of #BA59DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA59DF

Black with #BA59DF

Text Example


Text Example

White with #BA59DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA59DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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