Html Css Color HEX #BA56F7 Medium Orchid

📋 copy color: '#BA56F7'

red 186 ◦ green 86 ◦ blue 247

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

Shades of Medium Orchid #BA56F7

Tints of Medium Orchid #BA56F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 47.59%

R = 35.84%
G = 16.57%
B = 47.59%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BA56F7 (or 0xBA56F7) is known color: Medium Orchid. HEX triplet: BA, 56 and F7. RGB value is (186,86,247). Sum of RGB (Red+Green+Blue) = 186+86+247=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 86 (33.98% from 255 or 16.57% from 519); Blue value is 247 (96.88% from 255 or 47.59% from 519); Max value from RGB is 247 - color contains mainly: blue. Hex color #BA56F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA56F7 is #45A908. Grayscale: #858585. Windows color (decimal): -4565257 or 16209594. OLE color: 16209594.

HSL color Cylindrical-coordinate representation of color #BA56F7: hue angle of 277.27º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA56F7 is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 86 247 -
CMYK 0.25 0.65 0 0.03
HSL 277.27º 0.91% 0.65% -
HSV(B) 277.27º 0.65% 0.97% -
XYZ 40.37 23.81 90.46 -
YUV 134.25 191.63 164.91 -
System Red Green Blue C M Y K H S L
Decimal 186 86 247 0.25 0.65 0 0.03 277.27 0.91 0.65
Hex BA 56 F7 19 41 0 3 115 5B 41
Octal 272 126 367 31 101 0 3 425 133 101
Binary 10111010 1010110 11110111 11001 1000001 0 11 100010101 1011011 1000001

Color Harmonies of #BA56F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA56F7

Black with #BA56F7

Text Example


Text Example

White with #BA56F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA56F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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