Html Css Color HEX #BA55DF Medium Orchid

📋 copy color: '#BA55DF'

red 186 ◦ green 85 ◦ blue 223

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

Shades of Medium Orchid #BA55DF

Tints of Medium Orchid #BA55DF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.21%

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

R = 37.65%
G = 17.21%
B = 45.14%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA55DF (or 0xBA55DF) is known color: Medium Orchid. HEX triplet: BA, 55 and DF. RGB value is (186,85,223). Sum of RGB (Red+Green+Blue) = 186+85+223=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 85 (33.59% from 255 or 17.21% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA55DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA55DF is #45AA20. Grayscale: #828282. Windows color (decimal): -4565537 or 14636474. OLE color: 14636474.

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

Color convert

RGB 186 85 223 -
CMYK 0.17 0.62 0 0.13
HSL 283.91º 0.68% 0.6% -
HSV(B) 283.91º 0.62% 0.87% -
XYZ 36.82 22.26 72.17 -
YUV 130.93 179.96 167.28 -
System Red Green Blue C M Y K H S L
Decimal 186 85 223 0.17 0.62 0 0.13 283.91 0.68 0.6
Hex BA 55 DF 11 3E 0 D 11C 44 3C
Octal 272 125 337 21 76 0 15 434 104 74
Binary 10111010 1010101 11011111 10001 111110 0 1101 100011100 1000100 111100

Color Harmonies of #BA55DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA55DF

Black with #BA55DF

Text Example


Text Example

White with #BA55DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA55DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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