Html Css Color HEX #BA56CE Medium Orchid

📋 copy color: '#BA56CE'

red 186 ◦ green 86 ◦ blue 206

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

Shades of Medium Orchid #BA56CE

Tints of Medium Orchid #BA56CE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.99%

 BLUE value IS 206 (80.86% from 255) = 43.1%

R = 38.91%
G = 17.99%
B = 43.1%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA56CE (or 0xBA56CE) is known color: Medium Orchid. HEX triplet: BA, 56 and CE. RGB value is (186,86,206). Sum of RGB (Red+Green+Blue) = 186+86+206=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 86 (33.98% from 255 or 17.99% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA56CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA56CE is #45A931. Grayscale: #818181. Windows color (decimal): -4565298 or 13522618. OLE color: 13522618.

HSL color Cylindrical-coordinate representation of color #BA56CE: hue angle of 290º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA56CE is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 86 206 -
CMYK 0.10 0.58 0 0.19
HSL 290º 0.55% 0.57% -
HSV(B) 290º 0.58% 0.81% -
XYZ 34.72 21.55 60.72 -
YUV 129.58 171.13 168.24 -
System Red Green Blue C M Y K H S L
Decimal 186 86 206 0.10 0.58 0 0.19 290 0.55 0.57
Hex BA 56 CE A 3A 0 13 122 37 39
Octal 272 126 316 12 72 0 23 442 67 71
Binary 10111010 1010110 11001110 1010 111010 0 10011 100100010 110111 111001

Color Harmonies of #BA56CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA56CE

Black with #BA56CE

Text Example


Text Example

White with #BA56CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA56CE; }

 p { color: rgb(186,86,206); }

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

background-color css

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

 a { background-color: rgb(186,86,206); }

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

border-color css

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

 span { border-color: rgb(186,86,206); }

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