Html Css Color HEX #BA56EE Medium Orchid

📋 copy color: '#BA56EE'

red 186 ◦ green 86 ◦ blue 238

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

Shades of Medium Orchid #BA56EE

Tints of Medium Orchid #BA56EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.67%

R = 36.47%
G = 16.86%
B = 46.67%

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

#BA56EE (or 0xBA56EE) is known color: Medium Orchid. HEX triplet: BA, 56 and EE. RGB value is (186,86,238). Sum of RGB (Red+Green+Blue) = 186+86+238=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 86 (33.98% from 255 or 16.86% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA56EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA56EE is #45A911. Grayscale: #848484. Windows color (decimal): -4565266 or 15619770. OLE color: 15619770.

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

Color convert

RGB 186 86 238 -
CMYK 0.22 0.64 0 0.07
HSL 279.47º 0.82% 0.64% -
HSV(B) 279.47º 0.64% 0.93% -
XYZ 39.01 23.27 83.32 -
YUV 133.23 187.13 165.64 -
System Red Green Blue C M Y K H S L
Decimal 186 86 238 0.22 0.64 0 0.07 279.47 0.82 0.64
Hex BA 56 EE 16 40 0 7 117 52 40
Octal 272 126 356 26 100 0 7 427 122 100
Binary 10111010 1010110 11101110 10110 1000000 0 111 100010111 1010010 1000000

Color Harmonies of #BA56EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA56EE

Black with #BA56EE

Text Example


Text Example

White with #BA56EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA56EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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