Html Css Color HEX #BA55D0 Medium Orchid

📋 copy color: '#BA55D0'

red 186 ◦ green 85 ◦ blue 208

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

Shades of Medium Orchid #BA55D0

Tints of Medium Orchid #BA55D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.42%

R = 38.83%
G = 17.75%
B = 43.42%

CMYK

 C value IS 0.11

 M value IS 0.59

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BA55D0 (or 0xBA55D0) is known color: Medium Orchid. HEX triplet: BA, 55 and D0. RGB value is (186,85,208). Sum of RGB (Red+Green+Blue) = 186+85+208=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 85 (33.59% from 255 or 17.75% from 479); Blue value is 208 (81.64% from 255 or 43.42% from 479); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA55D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA55D0 is #45AA2F. Grayscale: #808080. Windows color (decimal): -4565552 or 13653434. OLE color: 13653434.

HSL color Cylindrical-coordinate representation of color #BA55D0: hue angle of 289.27º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA55D0 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 85 208 -
CMYK 0.11 0.59 0 0.18
HSL 289.27º 0.57% 0.57% -
HSV(B) 289.27º 0.59% 0.82% -
XYZ 34.88 21.49 61.98 -
YUV 129.22 172.46 168.5 -
System Red Green Blue C M Y K H S L
Decimal 186 85 208 0.11 0.59 0 0.18 289.27 0.57 0.57
Hex BA 55 D0 B 3B 0 12 121 39 39
Octal 272 125 320 13 73 0 22 441 71 71
Binary 10111010 1010101 11010000 1011 111011 0 10010 100100001 111001 111001

Color Harmonies of #BA55D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA55D0

Black with #BA55D0

Text Example


Text Example

White with #BA55D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA55D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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