Html Css Color HEX #BA6CC7 Medium Orchid

📋 copy color: '#BA6CC7'

red 186 ◦ green 108 ◦ blue 199

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

Shades of Medium Orchid #BA6CC7

Tints of Medium Orchid #BA6CC7

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.91%

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

R = 37.73%
G = 21.91%
B = 40.37%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BA6CC7 (or 0xBA6CC7) is known color: Medium Orchid. HEX triplet: BA, 6C and C7. RGB value is (186,108,199). Sum of RGB (Red+Green+Blue) = 186+108+199=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 108 (42.58% from 255 or 21.91% from 493); Blue value is 199 (78.12% from 255 or 40.37% from 493); Max value from RGB is 199 - color contains mainly: blue. Hex color #BA6CC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6CC7 is #459338. Grayscale: #8D8D8D. Windows color (decimal): -4559673 or 13069498. OLE color: 13069498.

HSL color Cylindrical-coordinate representation of color #BA6CC7: hue angle of 291.43º 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 #BA6CC7 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 108 199 -
CMYK 0.07 0.46 0 0.22
HSL 291.43º 0.45% 0.6% -
HSV(B) 291.43º 0.46% 0.78% -
XYZ 35.92 25.29 57.02 -
YUV 141.7 160.34 159.6 -
System Red Green Blue C M Y K H S L
Decimal 186 108 199 0.07 0.46 0 0.22 291.43 0.45 0.6
Hex BA 6C C7 7 2E 0 16 123 2D 3C
Octal 272 154 307 7 56 0 26 443 55 74
Binary 10111010 1101100 11000111 111 101110 0 10110 100100011 101101 111100

Color Harmonies of #BA6CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6CC7

Black with #BA6CC7

Text Example


Text Example

White with #BA6CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6CC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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