Html Css Color HEX #BA57E9 Medium Orchid

📋 copy color: '#BA57E9'

red 186 ◦ green 87 ◦ blue 233

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

Shades of Medium Orchid #BA57E9

Tints of Medium Orchid #BA57E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 46.05%

R = 36.76%
G = 17.19%
B = 46.05%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA57E9 (or 0xBA57E9) is known color: Medium Orchid. HEX triplet: BA, 57 and E9. RGB value is (186,87,233). Sum of RGB (Red+Green+Blue) = 186+87+233=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 87 (34.38% from 255 or 17.19% from 506); Blue value is 233 (91.41% from 255 or 46.05% from 506); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA57E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA57E9 is #45A816. Grayscale: #848484. Windows color (decimal): -4565015 or 15292346. OLE color: 15292346.

HSL color Cylindrical-coordinate representation of color #BA57E9: hue angle of 280.68º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA57E9 is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 87 233 -
CMYK 0.20 0.63 0 0.09
HSL 280.68º 0.77% 0.63% -
HSV(B) 280.68º 0.63% 0.91% -
XYZ 38.37 23.14 79.53 -
YUV 133.25 184.3 165.63 -
System Red Green Blue C M Y K H S L
Decimal 186 87 233 0.20 0.63 0 0.09 280.68 0.77 0.63
Hex BA 57 E9 14 3F 0 9 119 4D 3F
Octal 272 127 351 24 77 0 11 431 115 77
Binary 10111010 1010111 11101001 10100 111111 0 1001 100011001 1001101 111111

Color Harmonies of #BA57E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA57E9

Black with #BA57E9

Text Example


Text Example

White with #BA57E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA57E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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