Html Css Color HEX #BA3AE1 Medium Orchid

📋 copy color: '#BA3AE1'

red 186 ◦ green 58 ◦ blue 225

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

Shades of Medium Orchid #BA3AE1

Tints of Medium Orchid #BA3AE1

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.37%

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

R = 39.66%
G = 12.37%
B = 47.97%

CMYK

 C value IS 0.17

 M value IS 0.74

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA3AE1 (or 0xBA3AE1) is known color: Medium Orchid. HEX triplet: BA, 3A and E1. RGB value is (186,58,225). Sum of RGB (Red+Green+Blue) = 186+58+225=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 58 (23.05% from 255 or 12.37% from 469); Blue value is 225 (88.28% from 255 or 47.97% from 469); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA3AE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3AE1 is #45C51E. Grayscale: #727272. Windows color (decimal): -4572447 or 14760634. OLE color: 14760634.

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

Color convert

RGB 186 58 225 -
CMYK 0.17 0.74 0 0.12
HSL 285.99º 0.74% 0.55% -
HSV(B) 285.99º 0.74% 0.88% -
XYZ 35.35 18.9 73.02 -
YUV 115.31 189.91 178.42 -
System Red Green Blue C M Y K H S L
Decimal 186 58 225 0.17 0.74 0 0.12 285.99 0.74 0.55
Hex BA 3A E1 11 4A 0 C 11E 4A 37
Octal 272 72 341 21 112 0 14 436 112 67
Binary 10111010 111010 11100001 10001 1001010 0 1100 100011110 1001010 110111

Color Harmonies of #BA3AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3AE1

Black with #BA3AE1

Text Example


Text Example

White with #BA3AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3AE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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