Html Css Color HEX #BA58ED Medium Orchid

📋 copy color: '#BA58ED'

red 186 ◦ green 88 ◦ blue 237

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

Shades of Medium Orchid #BA58ED

Tints of Medium Orchid #BA58ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.38%

R = 36.4%
G = 17.22%
B = 46.38%

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

#BA58ED (or 0xBA58ED) is known color: Medium Orchid. HEX triplet: BA, 58 and ED. RGB value is (186,88,237). Sum of RGB (Red+Green+Blue) = 186+88+237=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 88 (34.77% from 255 or 17.22% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA58ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA58ED is #45A712. Grayscale: #858585. Windows color (decimal): -4564755 or 15554746. OLE color: 15554746.

HSL color Cylindrical-coordinate representation of color #BA58ED: hue angle of 279.46º degrees, saturation: 0.81, 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 #BA58ED is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 88 237 -
CMYK 0.22 0.63 0 0.07
HSL 279.46º 0.81% 0.64% -
HSV(B) 279.46º 0.63% 0.93% -
XYZ 39.03 23.53 82.61 -
YUV 134.29 185.97 164.88 -
System Red Green Blue C M Y K H S L
Decimal 186 88 237 0.22 0.63 0 0.07 279.46 0.81 0.64
Hex BA 58 ED 16 3F 0 7 117 51 40
Octal 272 130 355 26 77 0 7 427 121 100
Binary 10111010 1011000 11101101 10110 111111 0 111 100010111 1010001 1000000

Color Harmonies of #BA58ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA58ED

Black with #BA58ED

Text Example


Text Example

White with #BA58ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA58ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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