Html Css Color HEX #BC41DB Medium Orchid

📋 copy color: '#BC41DB'

red 188 ◦ green 65 ◦ blue 219

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

Shades of Medium Orchid #BC41DB

Tints of Medium Orchid #BC41DB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.77%

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

R = 39.83%
G = 13.77%
B = 46.4%

CMYK

 C value IS 0.14

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC41DB (or 0xBC41DB) is known color: Medium Orchid. HEX triplet: BC, 41 and DB. RGB value is (188,65,219). Sum of RGB (Red+Green+Blue) = 188+65+219=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 65 (25.78% from 255 or 13.77% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC41DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC41DB is #43BE24. Grayscale: #767676. Windows color (decimal): -4439589 or 14369212. OLE color: 14369212.

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

Color convert

RGB 188 65 219 -
CMYK 0.14 0.70 0 0.14
HSL 287.92º 0.68% 0.56% -
HSV(B) 287.92º 0.7% 0.86% -
XYZ 35.42 19.59 68.93 -
YUV 119.33 184.25 176.98 -
System Red Green Blue C M Y K H S L
Decimal 188 65 219 0.14 0.70 0 0.14 287.92 0.68 0.56
Hex BC 41 DB E 46 0 E 120 44 38
Octal 274 101 333 16 106 0 16 440 104 70
Binary 10111100 1000001 11011011 1110 1000110 0 1110 100100000 1000100 111000

Color Harmonies of #BC41DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC41DB

Black with #BC41DB

Text Example


Text Example

White with #BC41DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC41DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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