Html Css Color HEX #BA40E0 Medium Orchid

📋 copy color: '#BA40E0'

red 186 ◦ green 64 ◦ blue 224

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

Shades of Medium Orchid #BA40E0

Tints of Medium Orchid #BA40E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.26%

R = 39.24%
G = 13.5%
B = 47.26%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA40E0 (or 0xBA40E0) is known color: Medium Orchid. HEX triplet: BA, 40 and E0. RGB value is (186,64,224). Sum of RGB (Red+Green+Blue) = 186+64+224=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 64 (25.39% from 255 or 13.50% from 474); Blue value is 224 (87.89% from 255 or 47.26% from 474); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA40E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA40E0 is #45BF1F. Grayscale: #767676. Windows color (decimal): -4570912 or 14696634. OLE color: 14696634.

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

Color convert

RGB 186 64 224 -
CMYK 0.17 0.71 0 0.12
HSL 285.75º 0.72% 0.56% -
HSV(B) 285.75º 0.71% 0.88% -
XYZ 35.54 19.49 72.41 -
YUV 118.72 187.42 175.99 -
System Red Green Blue C M Y K H S L
Decimal 186 64 224 0.17 0.71 0 0.12 285.75 0.72 0.56
Hex BA 40 E0 11 47 0 C 11E 48 38
Octal 272 100 340 21 107 0 14 436 110 70
Binary 10111010 1000000 11100000 10001 1000111 0 1100 100011110 1001000 111000

Color Harmonies of #BA40E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA40E0

Black with #BA40E0

Text Example


Text Example

White with #BA40E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA40E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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