Html Css Color HEX #BA59E8 Medium Orchid

📋 copy color: '#BA59E8'

red 186 ◦ green 89 ◦ blue 232

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

Shades of Medium Orchid #BA59E8

Tints of Medium Orchid #BA59E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 45.76%

R = 36.69%
G = 17.55%
B = 45.76%

CMYK

 C value IS 0.20

 M value IS 0.62

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA59E8 (or 0xBA59E8) is known color: Medium Orchid. HEX triplet: BA, 59 and E8. RGB value is (186,89,232). Sum of RGB (Red+Green+Blue) = 186+89+232=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 89 (35.16% from 255 or 17.55% from 507); Blue value is 232 (91.02% from 255 or 45.76% from 507); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA59E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA59E8 is #45A617. Grayscale: #858585. Windows color (decimal): -4564504 or 15227322. OLE color: 15227322.

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

Color convert

RGB 186 89 232 -
CMYK 0.20 0.62 0 0.09
HSL 280.7º 0.76% 0.63% -
HSV(B) 280.7º 0.62% 0.91% -
XYZ 38.39 23.41 78.84 -
YUV 134.31 183.14 164.87 -
System Red Green Blue C M Y K H S L
Decimal 186 89 232 0.20 0.62 0 0.09 280.7 0.76 0.63
Hex BA 59 E8 14 3E 0 9 119 4C 3F
Octal 272 131 350 24 76 0 11 431 114 77
Binary 10111010 1011001 11101000 10100 111110 0 1001 100011001 1001100 111111

Color Harmonies of #BA59E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA59E8

Black with #BA59E8

Text Example


Text Example

White with #BA59E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA59E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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