Html Css Color HEX #BA6AE0 Medium Orchid

📋 copy color: '#BA6AE0'

red 186 ◦ green 106 ◦ blue 224

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

Shades of Medium Orchid #BA6AE0

Tints of Medium Orchid #BA6AE0

RGB

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

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

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

R = 36.05%
G = 20.54%
B = 43.41%

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

#BA6AE0 (or 0xBA6AE0) is known color: Medium Orchid. HEX triplet: BA, 6A and E0. RGB value is (186,106,224). Sum of RGB (Red+Green+Blue) = 186+106+224=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 106 (41.80% from 255 or 20.54% from 516); Blue value is 224 (87.89% from 255 or 43.41% from 516); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA6AE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6AE0 is #45951F. Grayscale: #8E8E8E. Windows color (decimal): -4560160 or 14707386. OLE color: 14707386.

HSL color Cylindrical-coordinate representation of color #BA6AE0: hue angle of 280.68º 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 #BA6AE0 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 106 224 -
CMYK 0.17 0.53 0 0.12
HSL 280.68º 0.66% 0.65% -
HSV(B) 280.68º 0.53% 0.88% -
XYZ 38.86 26.13 73.52 -
YUV 143.37 173.5 158.41 -
System Red Green Blue C M Y K H S L
Decimal 186 106 224 0.17 0.53 0 0.12 280.68 0.66 0.65
Hex BA 6A E0 11 35 0 C 119 42 41
Octal 272 152 340 21 65 0 14 431 102 101
Binary 10111010 1101010 11100000 10001 110101 0 1100 100011001 1000010 1000001

Color Harmonies of #BA6AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6AE0

Black with #BA6AE0

Text Example


Text Example

White with #BA6AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6AE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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