Html Css Color HEX #BA56EA Medium Orchid

📋 copy color: '#BA56EA'

red 186 ◦ green 86 ◦ blue 234

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

Shades of Medium Orchid #BA56EA

Tints of Medium Orchid #BA56EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.25%

R = 36.76%
G = 17%
B = 46.25%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA56EA (or 0xBA56EA) is known color: Medium Orchid. HEX triplet: BA, 56 and EA. RGB value is (186,86,234). Sum of RGB (Red+Green+Blue) = 186+86+234=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 86 (33.98% from 255 or 17.00% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA56EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA56EA is #45A915. Grayscale: #848484. Windows color (decimal): -4565270 or 15357626. OLE color: 15357626.

HSL color Cylindrical-coordinate representation of color #BA56EA: hue angle of 280.54º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA56EA is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 86 234 -
CMYK 0.21 0.63 0 0.08
HSL 280.54º 0.78% 0.63% -
HSV(B) 280.54º 0.63% 0.92% -
XYZ 38.43 23.04 80.26 -
YUV 132.77 185.13 165.97 -
System Red Green Blue C M Y K H S L
Decimal 186 86 234 0.21 0.63 0 0.08 280.54 0.78 0.63
Hex BA 56 EA 15 3F 0 8 119 4E 3F
Octal 272 126 352 25 77 0 10 431 116 77
Binary 10111010 1010110 11101010 10101 111111 0 1000 100011001 1001110 111111

Color Harmonies of #BA56EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA56EA

Black with #BA56EA

Text Example


Text Example

White with #BA56EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA56EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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