Html Css Color HEX #BC3CDB Medium Orchid

📋 copy color: '#BC3CDB'

red 188 ◦ green 60 ◦ blue 219

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

Shades of Medium Orchid #BC3CDB

Tints of Medium Orchid #BC3CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.9%

R = 40.26%
G = 12.85%
B = 46.9%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC3CDB (or 0xBC3CDB) is known color: Medium Orchid. HEX triplet: BC, 3C and DB. RGB value is (188,60,219). Sum of RGB (Red+Green+Blue) = 188+60+219=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 60 (23.83% from 255 or 12.85% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC3CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3CDB is #43C324. Grayscale: #737373. Windows color (decimal): -4440869 or 14367932. OLE color: 14367932.

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

Color convert

RGB 188 60 219 -
CMYK 0.14 0.73 0 0.14
HSL 288.3º 0.69% 0.55% -
HSV(B) 288.3º 0.73% 0.86% -
XYZ 35.14 19.04 68.84 -
YUV 116.4 185.91 179.07 -
System Red Green Blue C M Y K H S L
Decimal 188 60 219 0.14 0.73 0 0.14 288.3 0.69 0.55
Hex BC 3C DB E 49 0 E 120 45 37
Octal 274 74 333 16 111 0 16 440 105 67
Binary 10111100 111100 11011011 1110 1001001 0 1110 100100000 1000101 110111

Color Harmonies of #BC3CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3CDB

Black with #BC3CDB

Text Example


Text Example

White with #BC3CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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