Html Css Color HEX #BA57FA Medium Orchid

📋 copy color: '#BA57FA'

red 186 ◦ green 87 ◦ blue 250

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

Shades of Medium Orchid #BA57FA

Tints of Medium Orchid #BA57FA

RGB

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

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

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

R = 35.56%
G = 16.63%
B = 47.8%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA57FA (or 0xBA57FA) is known color: Medium Orchid. HEX triplet: BA, 57 and FA. RGB value is (186,87,250). Sum of RGB (Red+Green+Blue) = 186+87+250=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 87 (34.38% from 255 or 16.63% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA57FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA57FA is #45A805. Grayscale: #868686. Windows color (decimal): -4564998 or 16406458. OLE color: 16406458.

HSL color Cylindrical-coordinate representation of color #BA57FA: hue angle of 276.44º degrees, saturation: 0.94, 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 #BA57FA is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 87 250 -
CMYK 0.26 0.65 0 0.02
HSL 276.44º 0.94% 0.66% -
HSV(B) 276.44º 0.65% 0.98% -
XYZ 40.91 24.16 92.95 -
YUV 135.18 192.8 164.25 -
System Red Green Blue C M Y K H S L
Decimal 186 87 250 0.26 0.65 0 0.02 276.44 0.94 0.66
Hex BA 57 FA 1A 41 0 2 114 5E 42
Octal 272 127 372 32 101 0 2 424 136 102
Binary 10111010 1010111 11111010 11010 1000001 0 10 100010100 1011110 1000010

Color Harmonies of #BA57FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA57FA

Black with #BA57FA

Text Example


Text Example

White with #BA57FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA57FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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