Html Css Color HEX #BA56FA Medium Orchid

📋 copy color: '#BA56FA'

red 186 ◦ green 86 ◦ blue 250

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

Shades of Medium Orchid #BA56FA

Tints of Medium Orchid #BA56FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.89%

R = 35.63%
G = 16.48%
B = 47.89%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA56FA (or 0xBA56FA) is known color: Medium Orchid. HEX triplet: BA, 56 and FA. RGB value is (186,86,250). Sum of RGB (Red+Green+Blue) = 186+86+250=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 86 (33.98% from 255 or 16.48% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA56FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA56FA is #45A905. Grayscale: #868686. Windows color (decimal): -4565254 or 16406202. OLE color: 16406202.

HSL color Cylindrical-coordinate representation of color #BA56FA: hue angle of 276.59º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA56FA is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 86 250 -
CMYK 0.26 0.66 0 0.02
HSL 276.59º 0.94% 0.66% -
HSV(B) 276.59º 0.66% 0.98% -
XYZ 40.83 24 92.92 -
YUV 134.6 193.13 164.66 -
System Red Green Blue C M Y K H S L
Decimal 186 86 250 0.26 0.66 0 0.02 276.59 0.94 0.66
Hex BA 56 FA 1A 42 0 2 115 5E 42
Octal 272 126 372 32 102 0 2 425 136 102
Binary 10111010 1010110 11111010 11010 1000010 0 10 100010101 1011110 1000010

Color Harmonies of #BA56FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA56FA

Black with #BA56FA

Text Example


Text Example

White with #BA56FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA56FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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