Html Css Color HEX #BA57E7 Medium Orchid

📋 copy color: '#BA57E7'

red 186 ◦ green 87 ◦ blue 231

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

Shades of Medium Orchid #BA57E7

Tints of Medium Orchid #BA57E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 45.83%

R = 36.9%
G = 17.26%
B = 45.83%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA57E7 (or 0xBA57E7) is known color: Medium Orchid. HEX triplet: BA, 57 and E7. RGB value is (186,87,231). Sum of RGB (Red+Green+Blue) = 186+87+231=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 87 (34.38% from 255 or 17.26% from 504); Blue value is 231 (90.62% from 255 or 45.83% from 504); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA57E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA57E7 is #45A818. Grayscale: #848484. Windows color (decimal): -4565017 or 15161274. OLE color: 15161274.

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

Color convert

RGB 186 87 231 -
CMYK 0.19 0.62 0 0.09
HSL 281.25º 0.75% 0.62% -
HSV(B) 281.25º 0.62% 0.91% -
XYZ 38.08 23.03 78.04 -
YUV 133.02 183.3 165.79 -
System Red Green Blue C M Y K H S L
Decimal 186 87 231 0.19 0.62 0 0.09 281.25 0.75 0.62
Hex BA 57 E7 13 3E 0 9 119 4B 3E
Octal 272 127 347 23 76 0 11 431 113 76
Binary 10111010 1010111 11100111 10011 111110 0 1001 100011001 1001011 111110

Color Harmonies of #BA57E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA57E7

Black with #BA57E7

Text Example


Text Example

White with #BA57E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA57E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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