Html Css Color HEX #BA55CD Medium Orchid

📋 copy color: '#BA55CD'

red 186 ◦ green 85 ◦ blue 205

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

Shades of Medium Orchid #BA55CD

Tints of Medium Orchid #BA55CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.07%

R = 39.08%
G = 17.86%
B = 43.07%

CMYK

 C value IS 0.09

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA55CD (or 0xBA55CD) is known color: Medium Orchid. HEX triplet: BA, 55 and CD. RGB value is (186,85,205). Sum of RGB (Red+Green+Blue) = 186+85+205=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 85 (33.59% from 255 or 17.86% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA55CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA55CD is #45AA32. Grayscale: #808080. Windows color (decimal): -4565555 or 13456826. OLE color: 13456826.

HSL color Cylindrical-coordinate representation of color #BA55CD: hue angle of 290.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA55CD is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 85 205 -
CMYK 0.09 0.59 0 0.20
HSL 290.5º 0.55% 0.57% -
HSV(B) 290.5º 0.59% 0.8% -
XYZ 34.52 21.34 60.06 -
YUV 128.88 170.96 168.74 -
System Red Green Blue C M Y K H S L
Decimal 186 85 205 0.09 0.59 0 0.20 290.5 0.55 0.57
Hex BA 55 CD 9 3B 0 14 122 37 39
Octal 272 125 315 11 73 0 24 442 67 71
Binary 10111010 1010101 11001101 1001 111011 0 10100 100100010 110111 111001

Color Harmonies of #BA55CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA55CD

Black with #BA55CD

Text Example


Text Example

White with #BA55CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA55CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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