Html Css Color HEX #BA57DE Medium Orchid

📋 copy color: '#BA57DE'

red 186 ◦ green 87 ◦ blue 222

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

Shades of Medium Orchid #BA57DE

Tints of Medium Orchid #BA57DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.85%

R = 37.58%
G = 17.58%
B = 44.85%

CMYK

 C value IS 0.16

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA57DE (or 0xBA57DE) is known color: Medium Orchid. HEX triplet: BA, 57 and DE. RGB value is (186,87,222). Sum of RGB (Red+Green+Blue) = 186+87+222=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 87 (34.38% from 255 or 17.58% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA57DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA57DE is #45A821. Grayscale: #838383. Windows color (decimal): -4565026 or 14571450. OLE color: 14571450.

HSL color Cylindrical-coordinate representation of color #BA57DE: hue angle of 284º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA57DE is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 87 222 -
CMYK 0.16 0.61 0 0.13
HSL 284º 0.67% 0.61% -
HSV(B) 284º 0.61% 0.87% -
XYZ 36.84 22.53 71.51 -
YUV 131.99 178.8 166.52 -
System Red Green Blue C M Y K H S L
Decimal 186 87 222 0.16 0.61 0 0.13 284 0.67 0.61
Hex BA 57 DE 10 3D 0 D 11C 43 3D
Octal 272 127 336 20 75 0 15 434 103 75
Binary 10111010 1010111 11011110 10000 111101 0 1101 100011100 1000011 111101

Color Harmonies of #BA57DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA57DE

Black with #BA57DE

Text Example


Text Example

White with #BA57DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA57DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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