Html Css Color HEX #BA57CF Medium Orchid

📋 copy color: '#BA57CF'

red 186 ◦ green 87 ◦ blue 207

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

Shades of Medium Orchid #BA57CF

Tints of Medium Orchid #BA57CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.13%

R = 38.75%
G = 18.13%
B = 43.13%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA57CF (or 0xBA57CF) is known color: Medium Orchid. HEX triplet: BA, 57 and CF. RGB value is (186,87,207). Sum of RGB (Red+Green+Blue) = 186+87+207=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 87 (34.38% from 255 or 18.12% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA57CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA57CF is #45A830. Grayscale: #818181. Windows color (decimal): -4565041 or 13588410. OLE color: 13588410.

HSL color Cylindrical-coordinate representation of color #BA57CF: hue angle of 289.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA57CF is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 87 207 -
CMYK 0.10 0.58 0 0.19
HSL 289.5º 0.56% 0.58% -
HSV(B) 289.5º 0.58% 0.81% -
XYZ 34.92 21.76 61.39 -
YUV 130.28 171.3 167.74 -
System Red Green Blue C M Y K H S L
Decimal 186 87 207 0.10 0.58 0 0.19 289.5 0.56 0.58
Hex BA 57 CF A 3A 0 13 122 38 3A
Octal 272 127 317 12 72 0 23 442 70 72
Binary 10111010 1010111 11001111 1010 111010 0 10011 100100010 111000 111010

Color Harmonies of #BA57CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA57CF

Black with #BA57CF

Text Example


Text Example

White with #BA57CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA57CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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