Html Css Color HEX #BA57F9 Medium Orchid

📋 copy color: '#BA57F9'

red 186 ◦ green 87 ◦ blue 249

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

Shades of Medium Orchid #BA57F9

Tints of Medium Orchid #BA57F9

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.67%

 BLUE value IS 249 (97.66% from 255) = 47.7%

R = 35.63%
G = 16.67%
B = 47.7%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA57F9 (or 0xBA57F9) is known color: Medium Orchid. HEX triplet: BA, 57 and F9. RGB value is (186,87,249). Sum of RGB (Red+Green+Blue) = 186+87+249=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 87 (34.38% from 255 or 16.67% from 522); Blue value is 249 (97.66% from 255 or 47.70% from 522); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA57F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA57F9 is #45A806. Grayscale: #868686. Windows color (decimal): -4564999 or 16340922. OLE color: 16340922.

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

Color convert

RGB 186 87 249 -
CMYK 0.25 0.65 0 0.02
HSL 276.67º 0.93% 0.66% -
HSV(B) 276.67º 0.65% 0.98% -
XYZ 40.76 24.1 92.13 -
YUV 135.07 192.3 164.33 -
System Red Green Blue C M Y K H S L
Decimal 186 87 249 0.25 0.65 0 0.02 276.67 0.93 0.66
Hex BA 57 F9 19 41 0 2 115 5D 42
Octal 272 127 371 31 101 0 2 425 135 102
Binary 10111010 1010111 11111001 11001 1000001 0 10 100010101 1011101 1000010

Color Harmonies of #BA57F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA57F9

Black with #BA57F9

Text Example


Text Example

White with #BA57F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA57F9; }

 p { color: rgb(186,87,249); }

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

background-color css

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

 a { background-color: rgb(186,87,249); }

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

border-color css

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

 span { border-color: rgb(186,87,249); }

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