Html Css Color HEX #BA58EE Medium Orchid

📋 copy color: '#BA58EE'

red 186 ◦ green 88 ◦ blue 238

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

Shades of Medium Orchid #BA58EE

Tints of Medium Orchid #BA58EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.48%

R = 36.33%
G = 17.19%
B = 46.48%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA58EE (or 0xBA58EE) is known color: Medium Orchid. HEX triplet: BA, 58 and EE. RGB value is (186,88,238). Sum of RGB (Red+Green+Blue) = 186+88+238=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 88 (34.77% from 255 or 17.19% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA58EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA58EE is #45A711. Grayscale: #858585. Windows color (decimal): -4564754 or 15620282. OLE color: 15620282.

HSL color Cylindrical-coordinate representation of color #BA58EE: hue angle of 279.2º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA58EE is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 88 238 -
CMYK 0.22 0.63 0 0.07
HSL 279.2º 0.82% 0.64% -
HSV(B) 279.2º 0.63% 0.93% -
XYZ 39.17 23.59 83.38 -
YUV 134.4 186.47 164.8 -
System Red Green Blue C M Y K H S L
Decimal 186 88 238 0.22 0.63 0 0.07 279.2 0.82 0.64
Hex BA 58 EE 16 3F 0 7 117 52 40
Octal 272 130 356 26 77 0 7 427 122 100
Binary 10111010 1011000 11101110 10110 111111 0 111 100010111 1010010 1000000

Color Harmonies of #BA58EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA58EE

Black with #BA58EE

Text Example


Text Example

White with #BA58EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA58EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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