Html Css Color HEX #BA56FC Medium Orchid

📋 copy color: '#BA56FC'

red 186 ◦ green 86 ◦ blue 252

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

Shades of Medium Orchid #BA56FC

Tints of Medium Orchid #BA56FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.09%

R = 35.5%
G = 16.41%
B = 48.09%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA56FC (or 0xBA56FC) is known color: Medium Orchid. HEX triplet: BA, 56 and FC. RGB value is (186,86,252). Sum of RGB (Red+Green+Blue) = 186+86+252=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 86 (33.98% from 255 or 16.41% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA56FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA56FC is #45A903. Grayscale: #868686. Windows color (decimal): -4565252 or 16537274. OLE color: 16537274.

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

Color convert

RGB 186 86 252 -
CMYK 0.26 0.66 0 0.01
HSL 276.14º 0.97% 0.66% -
HSV(B) 276.14º 0.66% 0.99% -
XYZ 41.15 24.12 94.58 -
YUV 134.82 194.13 164.5 -
System Red Green Blue C M Y K H S L
Decimal 186 86 252 0.26 0.66 0 0.01 276.14 0.97 0.66
Hex BA 56 FC 1A 42 0 1 114 61 42
Octal 272 126 374 32 102 0 1 424 141 102
Binary 10111010 1010110 11111100 11010 1000010 0 1 100010100 1100001 1000010

Color Harmonies of #BA56FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA56FC

Black with #BA56FC

Text Example


Text Example

White with #BA56FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA56FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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