Html Css Color HEX #BA58E9 Medium Orchid

📋 copy color: '#BA58E9'

red 186 ◦ green 88 ◦ blue 233

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

Shades of Medium Orchid #BA58E9

Tints of Medium Orchid #BA58E9

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.36%

 BLUE value IS 233 (91.41% from 255) = 45.96%

R = 36.69%
G = 17.36%
B = 45.96%

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

#BA58E9 (or 0xBA58E9) is known color: Medium Orchid. HEX triplet: BA, 58 and E9. RGB value is (186,88,233). Sum of RGB (Red+Green+Blue) = 186+88+233=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 88 (34.77% from 255 or 17.36% from 507); Blue value is 233 (91.41% from 255 or 45.96% from 507); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA58E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA58E9 is #45A716. Grayscale: #858585. Windows color (decimal): -4564759 or 15292602. OLE color: 15292602.

HSL color Cylindrical-coordinate representation of color #BA58E9: hue angle of 280.55º degrees, saturation: 0.77, 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 #BA58E9 is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 88 233 -
CMYK 0.20 0.62 0 0.09
HSL 280.55º 0.77% 0.63% -
HSV(B) 280.55º 0.62% 0.91% -
XYZ 38.45 23.3 79.56 -
YUV 133.83 183.97 165.21 -
System Red Green Blue C M Y K H S L
Decimal 186 88 233 0.20 0.62 0 0.09 280.55 0.77 0.63
Hex BA 58 E9 14 3E 0 9 119 4D 3F
Octal 272 130 351 24 76 0 11 431 115 77
Binary 10111010 1011000 11101001 10100 111110 0 1001 100011001 1001101 111111

Color Harmonies of #BA58E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA58E9

Black with #BA58E9

Text Example


Text Example

White with #BA58E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA58E9; }

 p { color: rgb(186,88,233); }

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

background-color css

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

 a { background-color: rgb(186,88,233); }

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

border-color css

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

 span { border-color: rgb(186,88,233); }

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