Html Css Color HEX #BA58EB Medium Orchid

📋 copy color: '#BA58EB'

red 186 ◦ green 88 ◦ blue 235

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

Shades of Medium Orchid #BA58EB

Tints of Medium Orchid #BA58EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.17%

R = 36.54%
G = 17.29%
B = 46.17%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA58EB (or 0xBA58EB) is known color: Medium Orchid. HEX triplet: BA, 58 and EB. RGB value is (186,88,235). Sum of RGB (Red+Green+Blue) = 186+88+235=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 88 (34.77% from 255 or 17.29% from 509); Blue value is 235 (92.19% from 255 or 46.17% from 509); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA58EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA58EB is #45A714. Grayscale: #858585. Windows color (decimal): -4564757 or 15423674. OLE color: 15423674.

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

Color convert

RGB 186 88 235 -
CMYK 0.21 0.63 0 0.08
HSL 280º 0.79% 0.63% -
HSV(B) 280º 0.63% 0.92% -
XYZ 38.73 23.42 81.08 -
YUV 134.06 184.97 165.05 -
System Red Green Blue C M Y K H S L
Decimal 186 88 235 0.21 0.63 0 0.08 280 0.79 0.63
Hex BA 58 EB 15 3F 0 8 118 4F 3F
Octal 272 130 353 25 77 0 10 430 117 77
Binary 10111010 1011000 11101011 10101 111111 0 1000 100011000 1001111 111111

Color Harmonies of #BA58EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA58EB

Black with #BA58EB

Text Example


Text Example

White with #BA58EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA58EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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