Html Css Color HEX #BC6DD8 Medium Orchid

📋 copy color: '#BC6DD8'

red 188 ◦ green 109 ◦ blue 216

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

Shades of Medium Orchid #BC6DD8

Tints of Medium Orchid #BC6DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.11%

R = 36.65%
G = 21.25%
B = 42.11%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC6DD8 (or 0xBC6DD8) is known color: Medium Orchid. HEX triplet: BC, 6D and D8. RGB value is (188,109,216). Sum of RGB (Red+Green+Blue) = 188+109+216=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 109 (42.97% from 255 or 21.25% from 513); Blue value is 216 (84.77% from 255 or 42.11% from 513); Max value from RGB is 216 - color contains mainly: blue. Hex color #BC6DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6DD8 is #439227. Grayscale: #909090. Windows color (decimal): -4428328 or 14183868. OLE color: 14183868.

HSL color Cylindrical-coordinate representation of color #BC6DD8: hue angle of 284.3º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC6DD8 is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 109 216 -
CMYK 0.13 0.50 0 0.15
HSL 284.3º 0.58% 0.64% -
HSV(B) 284.3º 0.5% 0.85% -
XYZ 38.6 26.59 68.06 -
YUV 144.82 168.17 158.8 -
System Red Green Blue C M Y K H S L
Decimal 188 109 216 0.13 0.50 0 0.15 284.3 0.58 0.64
Hex BC 6D D8 D 32 0 F 11C 3A 40
Octal 274 155 330 15 62 0 17 434 72 100
Binary 10111100 1101101 11011000 1101 110010 0 1111 100011100 111010 1000000

Color Harmonies of #BC6DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6DD8

Black with #BC6DD8

Text Example


Text Example

White with #BC6DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6DD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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