Html Css Color HEX #BA57FB Medium Orchid

📋 copy color: '#BA57FB'

red 186 ◦ green 87 ◦ blue 251

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

Shades of Medium Orchid #BA57FB

Tints of Medium Orchid #BA57FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.9%

R = 35.5%
G = 16.6%
B = 47.9%

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

#BA57FB (or 0xBA57FB) is known color: Medium Orchid. HEX triplet: BA, 57 and FB. RGB value is (186,87,251). Sum of RGB (Red+Green+Blue) = 186+87+251=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 87 (34.38% from 255 or 16.60% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA57FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA57FB is #45A804. Grayscale: #868686. Windows color (decimal): -4564997 or 16471994. OLE color: 16471994.

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

Color convert

RGB 186 87 251 -
CMYK 0.26 0.65 0 0.02
HSL 276.22º 0.95% 0.66% -
HSV(B) 276.22º 0.65% 0.98% -
XYZ 41.07 24.22 93.78 -
YUV 135.3 193.3 164.16 -
System Red Green Blue C M Y K H S L
Decimal 186 87 251 0.26 0.65 0 0.02 276.22 0.95 0.66
Hex BA 57 FB 1A 41 0 2 114 5F 42
Octal 272 127 373 32 101 0 2 424 137 102
Binary 10111010 1010111 11111011 11010 1000001 0 10 100010100 1011111 1000010

Color Harmonies of #BA57FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA57FB

Black with #BA57FB

Text Example


Text Example

White with #BA57FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA57FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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