Html Css Color HEX #BC31DF Medium Orchid

📋 copy color: '#BC31DF'

red 188 ◦ green 49 ◦ blue 223

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

Shades of Medium Orchid #BC31DF

Tints of Medium Orchid #BC31DF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.65%

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

R = 40.87%
G = 10.65%
B = 48.48%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC31DF (or 0xBC31DF) is known color: Medium Orchid. HEX triplet: BC, 31 and DF. RGB value is (188,49,223). Sum of RGB (Red+Green+Blue) = 188+49+223=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 49 (19.53% from 255 or 10.65% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC31DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC31DF is #43CE20. Grayscale: #6D6D6D. Windows color (decimal): -4443681 or 14627260. OLE color: 14627260.

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

Color convert

RGB 188 49 223 -
CMYK 0.16 0.78 0 0.13
HSL 287.93º 0.73% 0.53% -
HSV(B) 287.93º 0.78% 0.87% -
XYZ 35.16 18.22 71.48 -
YUV 110.4 191.55 183.35 -
System Red Green Blue C M Y K H S L
Decimal 188 49 223 0.16 0.78 0 0.13 287.93 0.73 0.53
Hex BC 31 DF 10 4E 0 D 120 49 35
Octal 274 61 337 20 116 0 15 440 111 65
Binary 10111100 110001 11011111 10000 1001110 0 1101 100100000 1001001 110101

Color Harmonies of #BC31DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC31DF

Black with #BC31DF

Text Example


Text Example

White with #BC31DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC31DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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