Html Css Color HEX #BC56CE Medium Orchid

📋 copy color: '#BC56CE'

red 188 ◦ green 86 ◦ blue 206

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

Shades of Medium Orchid #BC56CE

Tints of Medium Orchid #BC56CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.92%

R = 39.17%
G = 17.92%
B = 42.92%

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

#BC56CE (or 0xBC56CE) is known color: Medium Orchid. HEX triplet: BC, 56 and CE. RGB value is (188,86,206). Sum of RGB (Red+Green+Blue) = 188+86+206=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 86 (33.98% from 255 or 17.92% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC56CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC56CE is #43A931. Grayscale: #818181. Windows color (decimal): -4434226 or 13522620. OLE color: 13522620.

HSL color Cylindrical-coordinate representation of color #BC56CE: hue angle of 291º degrees, saturation: 0.55, 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 #BC56CE is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 86 206 -
CMYK 0.09 0.58 0 0.19
HSL 291º 0.55% 0.57% -
HSV(B) 291º 0.58% 0.81% -
XYZ 35.21 21.8 60.75 -
YUV 130.18 170.79 169.24 -
System Red Green Blue C M Y K H S L
Decimal 188 86 206 0.09 0.58 0 0.19 291 0.55 0.57
Hex BC 56 CE 9 3A 0 13 123 37 39
Octal 274 126 316 11 72 0 23 443 67 71
Binary 10111100 1010110 11001110 1001 111010 0 10011 100100011 110111 111001

Color Harmonies of #BC56CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC56CE

Black with #BC56CE

Text Example


Text Example

White with #BC56CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC56CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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