Html Css Color HEX #BC46DC Medium Orchid

📋 copy color: '#BC46DC'

red 188 ◦ green 70 ◦ blue 220

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

Shades of Medium Orchid #BC46DC

Tints of Medium Orchid #BC46DC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.64%

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

R = 39.33%
G = 14.64%
B = 46.03%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC46DC (or 0xBC46DC) is known color: Medium Orchid. HEX triplet: BC, 46 and DC. RGB value is (188,70,220). Sum of RGB (Red+Green+Blue) = 188+70+220=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 70 (27.73% from 255 or 14.64% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC46DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC46DC is #43B923. Grayscale: #797979. Windows color (decimal): -4438308 or 14436028. OLE color: 14436028.

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

Color convert

RGB 188 70 220 -
CMYK 0.15 0.68 0 0.14
HSL 287.2º 0.68% 0.57% -
HSV(B) 287.2º 0.68% 0.86% -
XYZ 35.85 20.24 69.73 -
YUV 122.38 183.09 174.8 -
System Red Green Blue C M Y K H S L
Decimal 188 70 220 0.15 0.68 0 0.14 287.2 0.68 0.57
Hex BC 46 DC F 44 0 E 11F 44 39
Octal 274 106 334 17 104 0 16 437 104 71
Binary 10111100 1000110 11011100 1111 1000100 0 1110 100011111 1000100 111001

Color Harmonies of #BC46DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC46DC

Black with #BC46DC

Text Example


Text Example

White with #BC46DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC46DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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