Html Css Color HEX #BC71DB Medium Orchid

📋 copy color: '#BC71DB'

red 188 ◦ green 113 ◦ blue 219

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

Shades of Medium Orchid #BC71DB

Tints of Medium Orchid #BC71DB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.73%

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

R = 36.15%
G = 21.73%
B = 42.12%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC71DB (or 0xBC71DB) is known color: Medium Orchid. HEX triplet: BC, 71 and DB. RGB value is (188,113,219). Sum of RGB (Red+Green+Blue) = 188+113+219=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 113 (44.53% from 255 or 21.73% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC71DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC71DB is #438E24. Grayscale: #939393. Windows color (decimal): -4427301 or 14381500. OLE color: 14381500.

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

Color convert

RGB 188 113 219 -
CMYK 0.14 0.48 0 0.14
HSL 282.45º 0.6% 0.65% -
HSV(B) 282.45º 0.48% 0.86% -
XYZ 39.43 27.62 70.27 -
YUV 147.51 168.35 156.88 -
System Red Green Blue C M Y K H S L
Decimal 188 113 219 0.14 0.48 0 0.14 282.45 0.6 0.65
Hex BC 71 DB E 30 0 E 11A 3C 41
Octal 274 161 333 16 60 0 16 432 74 101
Binary 10111100 1110001 11011011 1110 110000 0 1110 100011010 111100 1000001

Color Harmonies of #BC71DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC71DB

Black with #BC71DB

Text Example


Text Example

White with #BC71DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC71DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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