Html Css Color HEX #BA59F0 Medium Orchid

📋 copy color: '#BA59F0'

red 186 ◦ green 89 ◦ blue 240

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

Shades of Medium Orchid #BA59F0

Tints of Medium Orchid #BA59F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.6%

R = 36.12%
G = 17.28%
B = 46.6%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA59F0 (or 0xBA59F0) is known color: Medium Orchid. HEX triplet: BA, 59 and F0. RGB value is (186,89,240). Sum of RGB (Red+Green+Blue) = 186+89+240=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 89 (35.16% from 255 or 17.28% from 515); Blue value is 240 (94.14% from 255 or 46.60% from 515); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA59F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA59F0 is #45A60F. Grayscale: #868686. Windows color (decimal): -4564496 or 15751610. OLE color: 15751610.

HSL color Cylindrical-coordinate representation of color #BA59F0: hue angle of 278.54º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA59F0 is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 89 240 -
CMYK 0.22 0.63 0 0.06
HSL 278.54º 0.83% 0.65% -
HSV(B) 278.54º 0.63% 0.94% -
XYZ 39.55 23.88 84.96 -
YUV 135.22 187.14 164.22 -
System Red Green Blue C M Y K H S L
Decimal 186 89 240 0.22 0.63 0 0.06 278.54 0.83 0.65
Hex BA 59 F0 16 3F 0 6 117 53 41
Octal 272 131 360 26 77 0 6 427 123 101
Binary 10111010 1011001 11110000 10110 111111 0 110 100010111 1010011 1000001

Color Harmonies of #BA59F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA59F0

Black with #BA59F0

Text Example


Text Example

White with #BA59F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA59F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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