Html Css Color HEX #BA3EE0 Medium Orchid

📋 copy color: '#BA3EE0'

red 186 ◦ green 62 ◦ blue 224

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

Shades of Medium Orchid #BA3EE0

Tints of Medium Orchid #BA3EE0

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.14%

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

R = 39.41%
G = 13.14%
B = 47.46%

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

#BA3EE0 (or 0xBA3EE0) is known color: Medium Orchid. HEX triplet: BA, 3E and E0. RGB value is (186,62,224). Sum of RGB (Red+Green+Blue) = 186+62+224=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 62 (24.61% from 255 or 13.14% from 472); Blue value is 224 (87.89% from 255 or 47.46% from 472); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA3EE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3EE0 is #45C11F. Grayscale: #757575. Windows color (decimal): -4571424 or 14696122. OLE color: 14696122.

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

Color convert

RGB 186 62 224 -
CMYK 0.17 0.72 0 0.12
HSL 285.93º 0.72% 0.56% -
HSV(B) 285.93º 0.72% 0.88% -
XYZ 35.43 19.27 72.37 -
YUV 117.54 188.08 176.83 -
System Red Green Blue C M Y K H S L
Decimal 186 62 224 0.17 0.72 0 0.12 285.93 0.72 0.56
Hex BA 3E E0 11 48 0 C 11E 48 38
Octal 272 76 340 21 110 0 14 436 110 70
Binary 10111010 111110 11100000 10001 1001000 0 1100 100011110 1001000 111000

Color Harmonies of #BA3EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3EE0

Black with #BA3EE0

Text Example


Text Example

White with #BA3EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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