Html Css Color HEX #BC6DC7 Medium Orchid

📋 copy color: '#BC6DC7'

red 188 ◦ green 109 ◦ blue 199

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

Shades of Medium Orchid #BC6DC7

Tints of Medium Orchid #BC6DC7

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.98%

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

R = 37.9%
G = 21.98%
B = 40.12%

CMYK

 C value IS 0.06

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BC6DC7 (or 0xBC6DC7) is known color: Medium Orchid. HEX triplet: BC, 6D and C7. RGB value is (188,109,199). Sum of RGB (Red+Green+Blue) = 188+109+199=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 109 (42.97% from 255 or 21.98% from 496); Blue value is 199 (78.12% from 255 or 40.12% from 496); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC6DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6DC7 is #439238. Grayscale: #8E8E8E. Windows color (decimal): -4428345 or 13069756. OLE color: 13069756.

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

Color convert

RGB 188 109 199 -
CMYK 0.06 0.45 0 0.22
HSL 292.67º 0.45% 0.6% -
HSV(B) 292.67º 0.45% 0.78% -
XYZ 36.52 25.75 57.08 -
YUV 142.88 159.67 160.18 -
System Red Green Blue C M Y K H S L
Decimal 188 109 199 0.06 0.45 0 0.22 292.67 0.45 0.6
Hex BC 6D C7 6 2D 0 16 125 2D 3C
Octal 274 155 307 6 55 0 26 445 55 74
Binary 10111100 1101101 11000111 110 101101 0 10110 100100101 101101 111100

Color Harmonies of #BC6DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6DC7

Black with #BC6DC7

Text Example


Text Example

White with #BC6DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6DC7; }

 p { color: rgb(188,109,199); }

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

background-color css

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

 a { background-color: rgb(188,109,199); }

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

border-color css

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

 span { border-color: rgb(188,109,199); }

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