Html Css Color HEX #BA40E5 Medium Orchid

📋 copy color: '#BA40E5'

red 186 ◦ green 64 ◦ blue 229

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

Shades of Medium Orchid #BA40E5

Tints of Medium Orchid #BA40E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 47.81%

R = 38.83%
G = 13.36%
B = 47.81%

CMYK

 C value IS 0.19

 M value IS 0.72

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BA40E5 (or 0xBA40E5) is known color: Medium Orchid. HEX triplet: BA, 40 and E5. RGB value is (186,64,229). Sum of RGB (Red+Green+Blue) = 186+64+229=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 64 (25.39% from 255 or 13.36% from 479); Blue value is 229 (89.84% from 255 or 47.81% from 479); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA40E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA40E5 is #45BF1A. Grayscale: #767676. Windows color (decimal): -4570907 or 15024314. OLE color: 15024314.

HSL color Cylindrical-coordinate representation of color #BA40E5: hue angle of 284.36º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA40E5 is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 64 229 -
CMYK 0.19 0.72 0 0.10
HSL 284.36º 0.76% 0.57% -
HSV(B) 284.36º 0.72% 0.9% -
XYZ 36.23 19.76 76.03 -
YUV 119.29 189.92 175.58 -
System Red Green Blue C M Y K H S L
Decimal 186 64 229 0.19 0.72 0 0.10 284.36 0.76 0.57
Hex BA 40 E5 13 48 0 A 11C 4C 39
Octal 272 100 345 23 110 0 12 434 114 71
Binary 10111010 1000000 11100101 10011 1001000 0 1010 100011100 1001100 111001

Color Harmonies of #BA40E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA40E5

Black with #BA40E5

Text Example


Text Example

White with #BA40E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA40E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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