Html Css Color HEX #BA6AEC Medium Orchid

📋 copy color: '#BA6AEC'

red 186 ◦ green 106 ◦ blue 236

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

Shades of Medium Orchid #BA6AEC

Tints of Medium Orchid #BA6AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.7%

R = 35.23%
G = 20.08%
B = 44.7%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA6AEC (or 0xBA6AEC) is known color: Medium Orchid. HEX triplet: BA, 6A and EC. RGB value is (186,106,236). Sum of RGB (Red+Green+Blue) = 186+106+236=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 106 (41.80% from 255 or 20.08% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA6AEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6AEC is #459513. Grayscale: #909090. Windows color (decimal): -4560148 or 15493818. OLE color: 15493818.

HSL color Cylindrical-coordinate representation of color #BA6AEC: hue angle of 276.92º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA6AEC is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 106 236 -
CMYK 0.21 0.55 0 0.07
HSL 276.92º 0.77% 0.67% -
HSV(B) 276.92º 0.55% 0.93% -
XYZ 40.54 26.8 82.39 -
YUV 144.74 179.5 157.43 -
System Red Green Blue C M Y K H S L
Decimal 186 106 236 0.21 0.55 0 0.07 276.92 0.77 0.67
Hex BA 6A EC 15 37 0 7 115 4D 43
Octal 272 152 354 25 67 0 7 425 115 103
Binary 10111010 1101010 11101100 10101 110111 0 111 100010101 1001101 1000011

Color Harmonies of #BA6AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6AEC

Black with #BA6AEC

Text Example


Text Example

White with #BA6AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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