Html Css Color HEX #BC71DF Medium Orchid

📋 copy color: '#BC71DF'

red 188 ◦ green 113 ◦ blue 223

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

Shades of Medium Orchid #BC71DF

Tints of Medium Orchid #BC71DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.56%

R = 35.88%
G = 21.56%
B = 42.56%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC71DF (or 0xBC71DF) is known color: Medium Orchid. HEX triplet: BC, 71 and DF. RGB value is (188,113,223). Sum of RGB (Red+Green+Blue) = 188+113+223=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 113 (44.53% from 255 or 21.56% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC71DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC71DF is #438E20. Grayscale: #939393. Windows color (decimal): -4427297 or 14643644. OLE color: 14643644.

HSL color Cylindrical-coordinate representation of color #BC71DF: hue angle of 280.91º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC71DF is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 113 223 -
CMYK 0.16 0.49 0 0.13
HSL 280.91º 0.63% 0.66% -
HSV(B) 280.91º 0.49% 0.87% -
XYZ 39.96 27.83 73.08 -
YUV 147.97 170.35 156.56 -
System Red Green Blue C M Y K H S L
Decimal 188 113 223 0.16 0.49 0 0.13 280.91 0.63 0.66
Hex BC 71 DF 10 31 0 D 119 3F 42
Octal 274 161 337 20 61 0 15 431 77 102
Binary 10111100 1110001 11011111 10000 110001 0 1101 100011001 111111 1000010

Color Harmonies of #BC71DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC71DF

Black with #BC71DF

Text Example


Text Example

White with #BC71DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC71DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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