Html Css Color HEX #BC3BDC Medium Orchid

📋 copy color: '#BC3BDC'

red 188 ◦ green 59 ◦ blue 220

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

Shades of Medium Orchid #BC3BDC

Tints of Medium Orchid #BC3BDC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.63%

 BLUE value IS 220 (86.33% from 255) = 47.11%

R = 40.26%
G = 12.63%
B = 47.11%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC3BDC (or 0xBC3BDC) is known color: Medium Orchid. HEX triplet: BC, 3B and DC. RGB value is (188,59,220). Sum of RGB (Red+Green+Blue) = 188+59+220=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 59 (23.44% from 255 or 12.63% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC3BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3BDC is #43C423. Grayscale: #737373. Windows color (decimal): -4441124 or 14433212. OLE color: 14433212.

HSL color Cylindrical-coordinate representation of color #BC3BDC: hue angle of 288.07º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC3BDC is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 59 220 -
CMYK 0.15 0.73 0 0.14
HSL 288.07º 0.7% 0.55% -
HSV(B) 288.07º 0.73% 0.86% -
XYZ 35.22 18.99 69.52 -
YUV 115.93 186.74 179.41 -
System Red Green Blue C M Y K H S L
Decimal 188 59 220 0.15 0.73 0 0.14 288.07 0.7 0.55
Hex BC 3B DC F 49 0 E 120 46 37
Octal 274 73 334 17 111 0 16 440 106 67
Binary 10111100 111011 11011100 1111 1001001 0 1110 100100000 1000110 110111

Color Harmonies of #BC3BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3BDC

Black with #BC3BDC

Text Example


Text Example

White with #BC3BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3BDC; }

 p { color: rgb(188,59,220); }

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

background-color css

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

 a { background-color: rgb(188,59,220); }

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

border-color css

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

 span { border-color: rgb(188,59,220); }

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