Html Css Color HEX #BC6DDF Medium Orchid

📋 copy color: '#BC6DDF'

red 188 ◦ green 109 ◦ blue 223

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

Shades of Medium Orchid #BC6DDF

Tints of Medium Orchid #BC6DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.88%

R = 36.15%
G = 20.96%
B = 42.88%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC6DDF (or 0xBC6DDF) is known color: Medium Orchid. HEX triplet: BC, 6D and DF. RGB value is (188,109,223). Sum of RGB (Red+Green+Blue) = 188+109+223=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 109 (42.97% from 255 or 20.96% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC6DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6DDF is #439220. Grayscale: #919191. Windows color (decimal): -4428321 or 14642620. OLE color: 14642620.

HSL color Cylindrical-coordinate representation of color #BC6DDF: hue angle of 281.58º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC6DDF is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 109 223 -
CMYK 0.16 0.51 0 0.13
HSL 281.58º 0.64% 0.65% -
HSV(B) 281.58º 0.51% 0.87% -
XYZ 39.53 26.96 72.93 -
YUV 145.62 171.67 158.23 -
System Red Green Blue C M Y K H S L
Decimal 188 109 223 0.16 0.51 0 0.13 281.58 0.64 0.65
Hex BC 6D DF 10 33 0 D 11A 40 41
Octal 274 155 337 20 63 0 15 432 100 101
Binary 10111100 1101101 11011111 10000 110011 0 1101 100011010 1000000 1000001

Color Harmonies of #BC6DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6DDF

Black with #BC6DDF

Text Example


Text Example

White with #BC6DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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