Html Css Color HEX #BA6AC6 Medium Orchid

📋 copy color: '#BA6AC6'

red 186 ◦ green 106 ◦ blue 198

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

Shades of Medium Orchid #BA6AC6

Tints of Medium Orchid #BA6AC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.41%

R = 37.96%
G = 21.63%
B = 40.41%

CMYK

 C value IS 0.06

 M value IS 0.46

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BA6AC6 (or 0xBA6AC6) is known color: Medium Orchid. HEX triplet: BA, 6A and C6. RGB value is (186,106,198). Sum of RGB (Red+Green+Blue) = 186+106+198=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 106 (41.80% from 255 or 21.63% from 490); Blue value is 198 (77.73% from 255 or 40.41% from 490); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA6AC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6AC6 is #459539. Grayscale: #8C8C8C. Windows color (decimal): -4560186 or 13003450. OLE color: 13003450.

HSL color Cylindrical-coordinate representation of color #BA6AC6: hue angle of 292.17º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA6AC6 is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 106 198 -
CMYK 0.06 0.46 0 0.22
HSL 292.17º 0.45% 0.6% -
HSV(B) 292.17º 0.46% 0.78% -
XYZ 35.6 24.82 56.34 -
YUV 140.41 160.5 160.52 -
System Red Green Blue C M Y K H S L
Decimal 186 106 198 0.06 0.46 0 0.22 292.17 0.45 0.6
Hex BA 6A C6 6 2E 0 16 124 2D 3C
Octal 272 152 306 6 56 0 26 444 55 74
Binary 10111010 1101010 11000110 110 101110 0 10110 100100100 101101 111100

Color Harmonies of #BA6AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6AC6

Black with #BA6AC6

Text Example


Text Example

White with #BA6AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6AC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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