Html Css Color HEX #BA59EA Medium Orchid

📋 copy color: '#BA59EA'

red 186 ◦ green 89 ◦ blue 234

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

Shades of Medium Orchid #BA59EA

Tints of Medium Orchid #BA59EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.97%

R = 36.54%
G = 17.49%
B = 45.97%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA59EA (or 0xBA59EA) is known color: Medium Orchid. HEX triplet: BA, 59 and EA. RGB value is (186,89,234). Sum of RGB (Red+Green+Blue) = 186+89+234=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 89 (35.16% from 255 or 17.49% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA59EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA59EA is #45A615. Grayscale: #868686. Windows color (decimal): -4564502 or 15358394. OLE color: 15358394.

HSL color Cylindrical-coordinate representation of color #BA59EA: hue angle of 280.14º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA59EA is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 89 234 -
CMYK 0.21 0.62 0 0.08
HSL 280.14º 0.78% 0.63% -
HSV(B) 280.14º 0.62% 0.92% -
XYZ 38.67 23.52 80.34 -
YUV 134.53 184.14 164.71 -
System Red Green Blue C M Y K H S L
Decimal 186 89 234 0.21 0.62 0 0.08 280.14 0.78 0.63
Hex BA 59 EA 15 3E 0 8 118 4E 3F
Octal 272 131 352 25 76 0 10 430 116 77
Binary 10111010 1011001 11101010 10101 111110 0 1000 100011000 1001110 111111

Color Harmonies of #BA59EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA59EA

Black with #BA59EA

Text Example


Text Example

White with #BA59EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA59EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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