Html Css Color HEX #BC71D9 Medium Orchid

📋 copy color: '#BC71D9'

red 188 ◦ green 113 ◦ blue 217

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

Shades of Medium Orchid #BC71D9

Tints of Medium Orchid #BC71D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 41.89%

R = 36.29%
G = 21.81%
B = 41.89%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC71D9 (or 0xBC71D9) is known color: Medium Orchid. HEX triplet: BC, 71 and D9. RGB value is (188,113,217). Sum of RGB (Red+Green+Blue) = 188+113+217=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 113 (44.53% from 255 or 21.81% from 518); Blue value is 217 (85.16% from 255 or 41.89% from 518); Max value from RGB is 217 - color contains mainly: blue. Hex color #BC71D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC71D9 is #438E26. Grayscale: #929292. Windows color (decimal): -4427303 or 14250428. OLE color: 14250428.

HSL color Cylindrical-coordinate representation of color #BC71D9: hue angle of 283.27º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC71D9 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 113 217 -
CMYK 0.13 0.48 0 0.15
HSL 283.27º 0.58% 0.65% -
HSV(B) 283.27º 0.48% 0.85% -
XYZ 39.17 27.51 68.89 -
YUV 147.28 167.35 157.04 -
System Red Green Blue C M Y K H S L
Decimal 188 113 217 0.13 0.48 0 0.15 283.27 0.58 0.65
Hex BC 71 D9 D 30 0 F 11B 3A 41
Octal 274 161 331 15 60 0 17 433 72 101
Binary 10111100 1110001 11011001 1101 110000 0 1111 100011011 111010 1000001

Color Harmonies of #BC71D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC71D9

Black with #BC71D9

Text Example


Text Example

White with #BC71D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC71D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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