Html Css Color HEX #BC56D8 Medium Orchid

📋 copy color: '#BC56D8'

red 188 ◦ green 86 ◦ blue 216

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

Shades of Medium Orchid #BC56D8

Tints of Medium Orchid #BC56D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 44.08%

R = 38.37%
G = 17.55%
B = 44.08%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC56D8 (or 0xBC56D8) is known color: Medium Orchid. HEX triplet: BC, 56 and D8. RGB value is (188,86,216). Sum of RGB (Red+Green+Blue) = 188+86+216=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 86 (33.98% from 255 or 17.55% from 490); Blue value is 216 (84.77% from 255 or 44.08% from 490); Max value from RGB is 216 - color contains mainly: blue. Hex color #BC56D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC56D8 is #43A927. Grayscale: #828282. Windows color (decimal): -4434216 or 14177980. OLE color: 14177980.

HSL color Cylindrical-coordinate representation of color #BC56D8: hue angle of 287.08º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC56D8 is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 86 216 -
CMYK 0.13 0.60 0 0.15
HSL 287.08º 0.63% 0.59% -
HSV(B) 287.08º 0.6% 0.85% -
XYZ 36.46 22.3 67.35 -
YUV 131.32 175.79 168.43 -
System Red Green Blue C M Y K H S L
Decimal 188 86 216 0.13 0.60 0 0.15 287.08 0.63 0.59
Hex BC 56 D8 D 3C 0 F 11F 3E 3B
Octal 274 126 330 15 74 0 17 437 76 73
Binary 10111100 1010110 11011000 1101 111100 0 1111 100011111 111110 111011

Color Harmonies of #BC56D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC56D8

Black with #BC56D8

Text Example


Text Example

White with #BC56D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC56D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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