Html Css Color HEX #BC71E1 Medium Orchid

📋 copy color: '#BC71E1'

red 188 ◦ green 113 ◦ blue 225

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

Shades of Medium Orchid #BC71E1

Tints of Medium Orchid #BC71E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 42.78%

R = 35.74%
G = 21.48%
B = 42.78%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BC71E1 (or 0xBC71E1) is known color: Medium Orchid. HEX triplet: BC, 71 and E1. RGB value is (188,113,225). Sum of RGB (Red+Green+Blue) = 188+113+225=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 113 (44.53% from 255 or 21.48% from 526); Blue value is 225 (88.28% from 255 or 42.78% from 526); Max value from RGB is 225 - color contains mainly: blue. Hex color #BC71E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC71E1 is #438E1E. Grayscale: #939393. Windows color (decimal): -4427295 or 14774716. OLE color: 14774716.

HSL color Cylindrical-coordinate representation of color #BC71E1: hue angle of 280.18º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC71E1 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 113 225 -
CMYK 0.16 0.50 0 0.12
HSL 280.18º 0.65% 0.66% -
HSV(B) 280.18º 0.5% 0.88% -
XYZ 40.23 27.94 74.51 -
YUV 148.19 171.35 156.39 -
System Red Green Blue C M Y K H S L
Decimal 188 113 225 0.16 0.50 0 0.12 280.18 0.65 0.66
Hex BC 71 E1 10 32 0 C 118 41 42
Octal 274 161 341 20 62 0 14 430 101 102
Binary 10111100 1110001 11100001 10000 110010 0 1100 100011000 1000001 1000010

Color Harmonies of #BC71E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC71E1

Black with #BC71E1

Text Example


Text Example

White with #BC71E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC71E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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