Html Css Color HEX #BA40E1 Medium Orchid

📋 copy color: '#BA40E1'

red 186 ◦ green 64 ◦ blue 225

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

Shades of Medium Orchid #BA40E1

Tints of Medium Orchid #BA40E1

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.47%

 BLUE value IS 225 (88.28% from 255) = 47.37%

R = 39.16%
G = 13.47%
B = 47.37%

CMYK

 C value IS 0.17

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA40E1 (or 0xBA40E1) is known color: Medium Orchid. HEX triplet: BA, 40 and E1. RGB value is (186,64,225). Sum of RGB (Red+Green+Blue) = 186+64+225=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 64 (25.39% from 255 or 13.47% from 475); Blue value is 225 (88.28% from 255 or 47.37% from 475); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA40E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA40E1 is #45BF1E. Grayscale: #767676. Windows color (decimal): -4570911 or 14762170. OLE color: 14762170.

HSL color Cylindrical-coordinate representation of color #BA40E1: hue angle of 285.47º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA40E1 is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 64 225 -
CMYK 0.17 0.72 0 0.12
HSL 285.47º 0.73% 0.57% -
HSV(B) 285.47º 0.72% 0.88% -
XYZ 35.67 19.54 73.13 -
YUV 118.83 187.92 175.91 -
System Red Green Blue C M Y K H S L
Decimal 186 64 225 0.17 0.72 0 0.12 285.47 0.73 0.57
Hex BA 40 E1 11 48 0 C 11D 49 39
Octal 272 100 341 21 110 0 14 435 111 71
Binary 10111010 1000000 11100001 10001 1001000 0 1100 100011101 1001001 111001

Color Harmonies of #BA40E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA40E1

Black with #BA40E1

Text Example


Text Example

White with #BA40E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA40E1; }

 p { color: rgb(186,64,225); }

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

background-color css

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

 a { background-color: rgb(186,64,225); }

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

border-color css

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

 span { border-color: rgb(186,64,225); }

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