Html Css Color HEX #BA58DF Medium Orchid

📋 copy color: '#BA58DF'

red 186 ◦ green 88 ◦ blue 223

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

Shades of Medium Orchid #BA58DF

Tints of Medium Orchid #BA58DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.87%

R = 37.42%
G = 17.71%
B = 44.87%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA58DF (or 0xBA58DF) is known color: Medium Orchid. HEX triplet: BA, 58 and DF. RGB value is (186,88,223). Sum of RGB (Red+Green+Blue) = 186+88+223=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 88 (34.77% from 255 or 17.71% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA58DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA58DF is #45A720. Grayscale: #848484. Windows color (decimal): -4564769 or 14637242. OLE color: 14637242.

HSL color Cylindrical-coordinate representation of color #BA58DF: hue angle of 283.56º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA58DF is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 88 223 -
CMYK 0.17 0.61 0 0.13
HSL 283.56º 0.68% 0.61% -
HSV(B) 283.56º 0.61% 0.87% -
XYZ 37.06 22.75 72.25 -
YUV 132.69 178.97 166.02 -
System Red Green Blue C M Y K H S L
Decimal 186 88 223 0.17 0.61 0 0.13 283.56 0.68 0.61
Hex BA 58 DF 11 3D 0 D 11C 44 3D
Octal 272 130 337 21 75 0 15 434 104 75
Binary 10111010 1011000 11011111 10001 111101 0 1101 100011100 1000100 111101

Color Harmonies of #BA58DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA58DF

Black with #BA58DF

Text Example


Text Example

White with #BA58DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA58DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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