Html Css Color HEX #BC3CDC Medium Orchid

📋 copy color: '#BC3CDC'

red 188 ◦ green 60 ◦ blue 220

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

Shades of Medium Orchid #BC3CDC

Tints of Medium Orchid #BC3CDC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.82%

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

R = 40.17%
G = 12.82%
B = 47.01%

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

#BC3CDC (or 0xBC3CDC) is known color: Medium Orchid. HEX triplet: BC, 3C and DC. RGB value is (188,60,220). Sum of RGB (Red+Green+Blue) = 188+60+220=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 60 (23.83% from 255 or 12.82% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC3CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3CDC is #43C323. Grayscale: #747474. Windows color (decimal): -4440868 or 14433468. OLE color: 14433468.

HSL color Cylindrical-coordinate representation of color #BC3CDC: hue angle of 288º 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 #BC3CDC is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 60 220 -
CMYK 0.15 0.73 0 0.14
HSL 288º 0.7% 0.55% -
HSV(B) 288º 0.73% 0.86% -
XYZ 35.27 19.09 69.54 -
YUV 116.51 186.41 178.99 -
System Red Green Blue C M Y K H S L
Decimal 188 60 220 0.15 0.73 0 0.14 288 0.7 0.55
Hex BC 3C DC F 49 0 E 120 46 37
Octal 274 74 334 17 111 0 16 440 106 67
Binary 10111100 111100 11011100 1111 1001001 0 1110 100100000 1000110 110111

Color Harmonies of #BC3CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3CDC

Black with #BC3CDC

Text Example


Text Example

White with #BC3CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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