Html Css Color HEX #BA57F2 Medium Orchid

📋 copy color: '#BA57F2'

red 186 ◦ green 87 ◦ blue 242

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

Shades of Medium Orchid #BA57F2

Tints of Medium Orchid #BA57F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.99%

R = 36.12%
G = 16.89%
B = 46.99%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BA57F2 (or 0xBA57F2) is known color: Medium Orchid. HEX triplet: BA, 57 and F2. RGB value is (186,87,242). Sum of RGB (Red+Green+Blue) = 186+87+242=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 87 (34.38% from 255 or 16.89% from 515); Blue value is 242 (94.92% from 255 or 46.99% from 515); Max value from RGB is 242 - color contains mainly: blue. Hex color #BA57F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA57F2 is #45A80D. Grayscale: #858585. Windows color (decimal): -4565006 or 15882170. OLE color: 15882170.

HSL color Cylindrical-coordinate representation of color #BA57F2: hue angle of 278.32º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA57F2 is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 87 242 -
CMYK 0.23 0.64 0 0.05
HSL 278.32º 0.86% 0.65% -
HSV(B) 278.32º 0.64% 0.95% -
XYZ 39.68 23.67 86.48 -
YUV 134.27 188.8 164.9 -
System Red Green Blue C M Y K H S L
Decimal 186 87 242 0.23 0.64 0 0.05 278.32 0.86 0.65
Hex BA 57 F2 17 40 0 5 116 56 41
Octal 272 127 362 27 100 0 5 426 126 101
Binary 10111010 1010111 11110010 10111 1000000 0 101 100010110 1010110 1000001

Color Harmonies of #BA57F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA57F2

Black with #BA57F2

Text Example


Text Example

White with #BA57F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA57F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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