Html Css Color HEX #BC56CC Medium Orchid

📋 copy color: '#BC56CC'

red 188 ◦ green 86 ◦ blue 204

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

Shades of Medium Orchid #BC56CC

Tints of Medium Orchid #BC56CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.68%

R = 39.33%
G = 17.99%
B = 42.68%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC56CC (or 0xBC56CC) is known color: Medium Orchid. HEX triplet: BC, 56 and CC. RGB value is (188,86,204). Sum of RGB (Red+Green+Blue) = 188+86+204=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 86 (33.98% from 255 or 17.99% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC56CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC56CC is #43A933. Grayscale: #818181. Windows color (decimal): -4434228 or 13391548. OLE color: 13391548.

HSL color Cylindrical-coordinate representation of color #BC56CC: hue angle of 291.86º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC56CC is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 86 204 -
CMYK 0.08 0.58 0 0.2
HSL 291.86º 0.54% 0.57% -
HSV(B) 291.86º 0.58% 0.8% -
XYZ 34.97 21.71 59.47 -
YUV 129.95 169.79 169.41 -
System Red Green Blue C M Y K H S L
Decimal 188 86 204 0.08 0.58 0 0.2 291.86 0.54 0.57
Hex BC 56 CC 8 3A 0 14 124 36 39
Octal 274 126 314 10 72 0 24 444 66 71
Binary 10111100 1010110 11001100 1000 111010 0 10100 100100100 110110 111001

Color Harmonies of #BC56CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC56CC

Black with #BC56CC

Text Example


Text Example

White with #BC56CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC56CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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