Html Css Color HEX #BC31CF Medium Orchid

📋 copy color: '#BC31CF'

red 188 ◦ green 49 ◦ blue 207

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

Shades of Medium Orchid #BC31CF

Tints of Medium Orchid #BC31CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.62%

R = 42.34%
G = 11.04%
B = 46.62%

CMYK

 C value IS 0.09

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC31CF (or 0xBC31CF) is known color: Medium Orchid. HEX triplet: BC, 31 and CF. RGB value is (188,49,207). Sum of RGB (Red+Green+Blue) = 188+49+207=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 49 (19.53% from 255 or 11.04% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC31CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC31CF is #43CE30. Grayscale: #6C6C6C. Windows color (decimal): -4443697 or 13578684. OLE color: 13578684.

HSL color Cylindrical-coordinate representation of color #BC31CF: hue angle of 292.78º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC31CF is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 49 207 -
CMYK 0.09 0.76 0 0.19
HSL 292.78º 0.62% 0.5% -
HSV(B) 292.78º 0.76% 0.81% -
XYZ 33.1 17.39 60.64 -
YUV 108.57 183.55 184.65 -
System Red Green Blue C M Y K H S L
Decimal 188 49 207 0.09 0.76 0 0.19 292.78 0.62 0.5
Hex BC 31 CF 9 4C 0 13 125 3E 32
Octal 274 61 317 11 114 0 23 445 76 62
Binary 10111100 110001 11001111 1001 1001100 0 10011 100100101 111110 110010

Color Harmonies of #BC31CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC31CF

Black with #BC31CF

Text Example


Text Example

White with #BC31CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC31CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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