Html Css Color HEX #BC71DC Medium Orchid

📋 copy color: '#BC71DC'

red 188 ◦ green 113 ◦ blue 220

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

Shades of Medium Orchid #BC71DC

Tints of Medium Orchid #BC71DC

RGB

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

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

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

R = 36.08%
G = 21.69%
B = 42.23%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC71DC (or 0xBC71DC) is known color: Medium Orchid. HEX triplet: BC, 71 and DC. RGB value is (188,113,220). Sum of RGB (Red+Green+Blue) = 188+113+220=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 113 (44.53% from 255 or 21.69% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC71DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC71DC is #438E23. Grayscale: #939393. Windows color (decimal): -4427300 or 14447036. OLE color: 14447036.

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

Color convert

RGB 188 113 220 -
CMYK 0.15 0.49 0 0.14
HSL 282.06º 0.6% 0.65% -
HSV(B) 282.06º 0.49% 0.86% -
XYZ 39.56 27.67 70.97 -
YUV 147.62 168.85 156.8 -
System Red Green Blue C M Y K H S L
Decimal 188 113 220 0.15 0.49 0 0.14 282.06 0.6 0.65
Hex BC 71 DC F 31 0 E 11A 3C 41
Octal 274 161 334 17 61 0 16 432 74 101
Binary 10111100 1110001 11011100 1111 110001 0 1110 100011010 111100 1000001

Color Harmonies of #BC71DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC71DC

Black with #BC71DC

Text Example


Text Example

White with #BC71DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC71DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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