Html Css Color HEX #BA56ED Medium Orchid

📋 copy color: '#BA56ED'

red 186 ◦ green 86 ◦ blue 237

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

Shades of Medium Orchid #BA56ED

Tints of Medium Orchid #BA56ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.56%

R = 36.54%
G = 16.9%
B = 46.56%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA56ED (or 0xBA56ED) is known color: Medium Orchid. HEX triplet: BA, 56 and ED. RGB value is (186,86,237). Sum of RGB (Red+Green+Blue) = 186+86+237=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 86 (33.98% from 255 or 16.90% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA56ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA56ED is #45A912. Grayscale: #848484. Windows color (decimal): -4565267 or 15554234. OLE color: 15554234.

HSL color Cylindrical-coordinate representation of color #BA56ED: hue angle of 279.74º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA56ED is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 86 237 -
CMYK 0.22 0.64 0 0.07
HSL 279.74º 0.81% 0.63% -
HSV(B) 279.74º 0.64% 0.93% -
XYZ 38.86 23.21 82.55 -
YUV 133.11 186.63 165.72 -
System Red Green Blue C M Y K H S L
Decimal 186 86 237 0.22 0.64 0 0.07 279.74 0.81 0.63
Hex BA 56 ED 16 40 0 7 118 51 3F
Octal 272 126 355 26 100 0 7 430 121 77
Binary 10111010 1010110 11101101 10110 1000000 0 111 100011000 1010001 111111

Color Harmonies of #BA56ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA56ED

Black with #BA56ED

Text Example


Text Example

White with #BA56ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA56ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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