Html Css Color HEX #BC6CD6 Medium Orchid

📋 copy color: '#BC6CD6'

red 188 ◦ green 108 ◦ blue 214

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

Shades of Medium Orchid #BC6CD6

Tints of Medium Orchid #BC6CD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.96%

R = 36.86%
G = 21.18%
B = 41.96%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC6CD6 (or 0xBC6CD6) is known color: Medium Orchid. HEX triplet: BC, 6C and D6. RGB value is (188,108,214). Sum of RGB (Red+Green+Blue) = 188+108+214=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 108 (42.58% from 255 or 21.18% from 510); Blue value is 214 (83.98% from 255 or 41.96% from 510); Max value from RGB is 214 - color contains mainly: blue. Hex color #BC6CD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6CD6 is #439329. Grayscale: #8F8F8F. Windows color (decimal): -4428586 or 14052540. OLE color: 14052540.

HSL color Cylindrical-coordinate representation of color #BC6CD6: hue angle of 285.28º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC6CD6 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 108 214 -
CMYK 0.12 0.50 0 0.16
HSL 285.28º 0.56% 0.63% -
HSV(B) 285.28º 0.5% 0.84% -
XYZ 38.24 26.27 66.67 -
YUV 144 167.5 159.38 -
System Red Green Blue C M Y K H S L
Decimal 188 108 214 0.12 0.50 0 0.16 285.28 0.56 0.63
Hex BC 6C D6 C 32 0 10 11D 38 3F
Octal 274 154 326 14 62 0 20 435 70 77
Binary 10111100 1101100 11010110 1100 110010 0 10000 100011101 111000 111111

Color Harmonies of #BC6CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6CD6

Black with #BC6CD6

Text Example


Text Example

White with #BC6CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6CD6; }

 p { color: rgb(188,108,214); }

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

background-color css

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

 a { background-color: rgb(188,108,214); }

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

border-color css

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

 span { border-color: rgb(188,108,214); }

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