Html Css Color HEX #B056DC Medium Orchid

📋 copy color: '#B056DC'

red 176 ◦ green 86 ◦ blue 220

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

Shades of Medium Orchid #B056DC

Tints of Medium Orchid #B056DC

RGB

 RED value IS 176 (69.14% from 255) = 36.51%

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

 BLUE value IS 220 (86.33% from 255) = 45.64%

R = 36.51%
G = 17.84%
B = 45.64%

CMYK

 C value IS 0.2

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B056DC (or 0xB056DC) is known color: Medium Orchid. HEX triplet: B0, 56 and DC. RGB value is (176,86,220). Sum of RGB (Red+Green+Blue) = 176+86+220=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 86 (33.98% from 255 or 17.84% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #B056DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B056DC is #4FA923. Grayscale: #7F7F7F. Windows color (decimal): -5220644 or 14440112. OLE color: 14440112.

HSL color Cylindrical-coordinate representation of color #B056DC: hue angle of 280.3º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B056DC is Cyan = 0.2, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 86 220 -
CMYK 0.2 0.61 0 0.14
HSL 280.3º 0.66% 0.6% -
HSV(B) 280.3º 0.61% 0.86% -
XYZ 34.15 21.05 69.97 -
YUV 128.19 179.82 162.1 -
System Red Green Blue C M Y K H S L
Decimal 176 86 220 0.2 0.61 0 0.14 280.3 0.66 0.6
Hex B0 56 DC 14 3D 0 E 118 42 3C
Octal 260 126 334 24 75 0 16 430 102 74
Binary 10110000 1010110 11011100 10100 111101 0 1110 100011000 1000010 111100

Color Harmonies of #B056DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B056DC

Black with #B056DC

Text Example


Text Example

White with #B056DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B056DC; }

 p { color: rgb(176,86,220); }

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

background-color css

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

 a { background-color: rgb(176,86,220); }

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

border-color css

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

 span { border-color: rgb(176,86,220); }

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