Html Css Color HEX #BA5EC8 Medium Orchid

📋 copy color: '#BA5EC8'

red 186 ◦ green 94 ◦ blue 200

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

Shades of Medium Orchid #BA5EC8

Tints of Medium Orchid #BA5EC8

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.58%

 BLUE value IS 200 (78.52% from 255) = 41.67%

R = 38.75%
G = 19.58%
B = 41.67%

CMYK

 C value IS 0.07

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BA5EC8 (or 0xBA5EC8) is known color: Medium Orchid. HEX triplet: BA, 5E and C8. RGB value is (186,94,200). Sum of RGB (Red+Green+Blue) = 186+94+200=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 94 (37.11% from 255 or 19.58% from 480); Blue value is 200 (78.52% from 255 or 41.67% from 480); Max value from RGB is 200 - color contains mainly: blue. Hex color #BA5EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5EC8 is #45A137. Grayscale: #858585. Windows color (decimal): -4563256 or 13131450. OLE color: 13131450.

HSL color Cylindrical-coordinate representation of color #BA5EC8: hue angle of 292.08º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA5EC8 is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 94 200 -
CMYK 0.07 0.53 0 0.22
HSL 292.08º 0.49% 0.58% -
HSV(B) 292.08º 0.53% 0.78% -
XYZ 34.68 22.61 57.18 -
YUV 133.59 165.48 165.38 -
System Red Green Blue C M Y K H S L
Decimal 186 94 200 0.07 0.53 0 0.22 292.08 0.49 0.58
Hex BA 5E C8 7 35 0 16 124 31 3A
Octal 272 136 310 7 65 0 26 444 61 72
Binary 10111010 1011110 11001000 111 110101 0 10110 100100100 110001 111010

Color Harmonies of #BA5EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5EC8

Black with #BA5EC8

Text Example


Text Example

White with #BA5EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5EC8; }

 p { color: rgb(186,94,200); }

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

background-color css

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

 a { background-color: rgb(186,94,200); }

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

border-color css

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

 span { border-color: rgb(186,94,200); }

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