Html Css Color HEX #BC6ACE Medium Orchid

📋 copy color: '#BC6ACE'

red 188 ◦ green 106 ◦ blue 206

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

Shades of Medium Orchid #BC6ACE

Tints of Medium Orchid #BC6ACE

RGB

 RED value IS 188 (73.83% from 255) = 37.6%

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

 BLUE value IS 206 (80.86% from 255) = 41.2%

R = 37.6%
G = 21.2%
B = 41.2%

CMYK

 C value IS 0.09

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC6ACE (or 0xBC6ACE) is known color: Medium Orchid. HEX triplet: BC, 6A and CE. RGB value is (188,106,206). Sum of RGB (Red+Green+Blue) = 188+106+206=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 106 (41.80% from 255 or 21.2% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC6ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6ACE is #439531. Grayscale: #8D8D8D. Windows color (decimal): -4429106 or 13527740. OLE color: 13527740.

HSL color Cylindrical-coordinate representation of color #BC6ACE: hue angle of 289.2º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC6ACE is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 106 206 -
CMYK 0.09 0.49 0 0.19
HSL 289.2º 0.51% 0.61% -
HSV(B) 289.2º 0.49% 0.81% -
XYZ 37.03 25.46 61.35 -
YUV 141.92 164.17 160.87 -
System Red Green Blue C M Y K H S L
Decimal 188 106 206 0.09 0.49 0 0.19 289.2 0.51 0.61
Hex BC 6A CE 9 31 0 13 121 33 3D
Octal 274 152 316 11 61 0 23 441 63 75
Binary 10111100 1101010 11001110 1001 110001 0 10011 100100001 110011 111101

Color Harmonies of #BC6ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6ACE

Black with #BC6ACE

Text Example


Text Example

White with #BC6ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6ACE; }

 p { color: rgb(188,106,206); }

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

background-color css

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

 a { background-color: rgb(188,106,206); }

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

border-color css

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

 span { border-color: rgb(188,106,206); }

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