Html Css Color HEX #BA59E7 Medium Orchid

📋 copy color: '#BA59E7'

red 186 ◦ green 89 ◦ blue 231

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

Shades of Medium Orchid #BA59E7

Tints of Medium Orchid #BA59E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 45.65%

R = 36.76%
G = 17.59%
B = 45.65%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA59E7 (or 0xBA59E7) is known color: Medium Orchid. HEX triplet: BA, 59 and E7. RGB value is (186,89,231). Sum of RGB (Red+Green+Blue) = 186+89+231=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 89 (35.16% from 255 or 17.59% from 506); Blue value is 231 (90.62% from 255 or 45.65% from 506); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA59E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA59E7 is #45A618. Grayscale: #858585. Windows color (decimal): -4564505 or 15161786. OLE color: 15161786.

HSL color Cylindrical-coordinate representation of color #BA59E7: hue angle of 280.99º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA59E7 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 89 231 -
CMYK 0.19 0.61 0 0.09
HSL 280.99º 0.75% 0.63% -
HSV(B) 280.99º 0.61% 0.91% -
XYZ 38.25 23.35 78.09 -
YUV 134.19 182.64 164.95 -
System Red Green Blue C M Y K H S L
Decimal 186 89 231 0.19 0.61 0 0.09 280.99 0.75 0.63
Hex BA 59 E7 13 3D 0 9 119 4B 3F
Octal 272 131 347 23 75 0 11 431 113 77
Binary 10111010 1011001 11100111 10011 111101 0 1001 100011001 1001011 111111

Color Harmonies of #BA59E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA59E7

Black with #BA59E7

Text Example


Text Example

White with #BA59E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA59E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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