Html Css Color HEX #BA6AE1 Medium Orchid

📋 copy color: '#BA6AE1'

red 186 ◦ green 106 ◦ blue 225

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

Shades of Medium Orchid #BA6AE1

Tints of Medium Orchid #BA6AE1

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.5%

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

R = 35.98%
G = 20.5%
B = 43.52%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA6AE1 (or 0xBA6AE1) is known color: Medium Orchid. HEX triplet: BA, 6A and E1. RGB value is (186,106,225). Sum of RGB (Red+Green+Blue) = 186+106+225=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 106 (41.80% from 255 or 20.50% from 517); Blue value is 225 (88.28% from 255 or 43.52% from 517); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA6AE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6AE1 is #45951E. Grayscale: #8F8F8F. Windows color (decimal): -4560159 or 14772922. OLE color: 14772922.

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

Color convert

RGB 186 106 225 -
CMYK 0.17 0.53 0 0.12
HSL 280.34º 0.66% 0.65% -
HSV(B) 280.34º 0.53% 0.88% -
XYZ 38.99 26.18 74.23 -
YUV 143.49 174 158.32 -
System Red Green Blue C M Y K H S L
Decimal 186 106 225 0.17 0.53 0 0.12 280.34 0.66 0.65
Hex BA 6A E1 11 35 0 C 118 42 41
Octal 272 152 341 21 65 0 14 430 102 101
Binary 10111010 1101010 11100001 10001 110101 0 1100 100011000 1000010 1000001

Color Harmonies of #BA6AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6AE1

Black with #BA6AE1

Text Example


Text Example

White with #BA6AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6AE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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