Html Css Color HEX #BA5ECB Medium Orchid

📋 copy color: '#BA5ECB'

red 186 ◦ green 94 ◦ blue 203

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

Shades of Medium Orchid #BA5ECB

Tints of Medium Orchid #BA5ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.03%

R = 38.51%
G = 19.46%
B = 42.03%

CMYK

 C value IS 0.08

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA5ECB (or 0xBA5ECB) is known color: Medium Orchid. HEX triplet: BA, 5E and CB. RGB value is (186,94,203). Sum of RGB (Red+Green+Blue) = 186+94+203=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 94 (37.11% from 255 or 19.46% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA5ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5ECB is #45A134. Grayscale: #858585. Windows color (decimal): -4563253 or 13328058. OLE color: 13328058.

HSL color Cylindrical-coordinate representation of color #BA5ECB: hue angle of 290.64º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA5ECB is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 94 203 -
CMYK 0.08 0.54 0 0.20
HSL 290.64º 0.51% 0.58% -
HSV(B) 290.64º 0.54% 0.8% -
XYZ 35.03 22.76 59.05 -
YUV 133.93 166.98 165.14 -
System Red Green Blue C M Y K H S L
Decimal 186 94 203 0.08 0.54 0 0.20 290.64 0.51 0.58
Hex BA 5E CB 8 36 0 14 123 33 3A
Octal 272 136 313 10 66 0 24 443 63 72
Binary 10111010 1011110 11001011 1000 110110 0 10100 100100011 110011 111010

Color Harmonies of #BA5ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5ECB

Black with #BA5ECB

Text Example


Text Example

White with #BA5ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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