Html Css Color HEX #BA6AC7 Medium Orchid

📋 copy color: '#BA6AC7'

red 186 ◦ green 106 ◦ blue 199

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

Shades of Medium Orchid #BA6AC7

Tints of Medium Orchid #BA6AC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.53%

R = 37.88%
G = 21.59%
B = 40.53%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BA6AC7 (or 0xBA6AC7) is known color: Medium Orchid. HEX triplet: BA, 6A and C7. RGB value is (186,106,199). Sum of RGB (Red+Green+Blue) = 186+106+199=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 106 (41.80% from 255 or 21.59% from 491); Blue value is 199 (78.12% from 255 or 40.53% from 491); Max value from RGB is 199 - color contains mainly: blue. Hex color #BA6AC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6AC7 is #459538. Grayscale: #8C8C8C. Windows color (decimal): -4560185 or 13068986. OLE color: 13068986.

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

Color convert

RGB 186 106 199 -
CMYK 0.07 0.47 0 0.22
HSL 291.61º 0.45% 0.6% -
HSV(B) 291.61º 0.47% 0.78% -
XYZ 35.71 24.87 56.95 -
YUV 140.52 161 160.44 -
System Red Green Blue C M Y K H S L
Decimal 186 106 199 0.07 0.47 0 0.22 291.61 0.45 0.6
Hex BA 6A C7 7 2F 0 16 124 2D 3C
Octal 272 152 307 7 57 0 26 444 55 74
Binary 10111010 1101010 11000111 111 101111 0 10110 100100100 101101 111100

Color Harmonies of #BA6AC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6AC7

Black with #BA6AC7

Text Example


Text Example

White with #BA6AC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6AC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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