Html Css Color HEX #BC57DB Medium Orchid

📋 copy color: '#BC57DB'

red 188 ◦ green 87 ◦ blue 219

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

Shades of Medium Orchid #BC57DB

Tints of Medium Orchid #BC57DB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.61%

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

R = 38.06%
G = 17.61%
B = 44.33%

CMYK

 C value IS 0.14

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC57DB (or 0xBC57DB) is known color: Medium Orchid. HEX triplet: BC, 57 and DB. RGB value is (188,87,219). Sum of RGB (Red+Green+Blue) = 188+87+219=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 87 (34.38% from 255 or 17.61% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC57DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC57DB is #43A824. Grayscale: #838383. Windows color (decimal): -4433957 or 14374844. OLE color: 14374844.

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

Color convert

RGB 188 87 219 -
CMYK 0.14 0.60 0 0.14
HSL 285.91º 0.65% 0.6% -
HSV(B) 285.91º 0.6% 0.86% -
XYZ 36.93 22.62 69.44 -
YUV 132.25 176.96 167.77 -
System Red Green Blue C M Y K H S L
Decimal 188 87 219 0.14 0.60 0 0.14 285.91 0.65 0.6
Hex BC 57 DB E 3C 0 E 11E 41 3C
Octal 274 127 333 16 74 0 16 436 101 74
Binary 10111100 1010111 11011011 1110 111100 0 1110 100011110 1000001 111100

Color Harmonies of #BC57DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC57DB

Black with #BC57DB

Text Example


Text Example

White with #BC57DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC57DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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