Html Css Color HEX #BC56CF Medium Orchid

📋 copy color: '#BC56CF'

red 188 ◦ green 86 ◦ blue 207

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

Shades of Medium Orchid #BC56CF

Tints of Medium Orchid #BC56CF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.88%

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

R = 39.09%
G = 17.88%
B = 43.04%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC56CF (or 0xBC56CF) is known color: Medium Orchid. HEX triplet: BC, 56 and CF. RGB value is (188,86,207). Sum of RGB (Red+Green+Blue) = 188+86+207=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 86 (33.98% from 255 or 17.88% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC56CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC56CF is #43A930. Grayscale: #818181. Windows color (decimal): -4434225 or 13588156. OLE color: 13588156.

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

Color convert

RGB 188 86 207 -
CMYK 0.09 0.58 0 0.19
HSL 290.58º 0.56% 0.57% -
HSV(B) 290.58º 0.58% 0.81% -
XYZ 35.33 21.85 61.39 -
YUV 130.29 171.29 169.16 -
System Red Green Blue C M Y K H S L
Decimal 188 86 207 0.09 0.58 0 0.19 290.58 0.56 0.57
Hex BC 56 CF 9 3A 0 13 123 38 39
Octal 274 126 317 11 72 0 23 443 70 71
Binary 10111100 1010110 11001111 1001 111010 0 10011 100100011 111000 111001

Color Harmonies of #BC56CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC56CF

Black with #BC56CF

Text Example


Text Example

White with #BC56CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC56CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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