Html Css Color HEX #B056EC Medium Orchid

📋 copy color: '#B056EC'

red 176 ◦ green 86 ◦ blue 236

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

Shades of Medium Orchid #B056EC

Tints of Medium Orchid #B056EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.39%

R = 35.34%
G = 17.27%
B = 47.39%

CMYK

 C value IS 0.25

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B056EC (or 0xB056EC) is known color: Medium Orchid. HEX triplet: B0, 56 and EC. RGB value is (176,86,236). Sum of RGB (Red+Green+Blue) = 176+86+236=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 86 (33.98% from 255 or 17.27% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #B056EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B056EC is #4FA913. Grayscale: #818181. Windows color (decimal): -5220628 or 15488688. OLE color: 15488688.

HSL color Cylindrical-coordinate representation of color #B056EC: hue angle of 276º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B056EC is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 86 236 -
CMYK 0.25 0.64 0 0.07
HSL 276º 0.8% 0.63% -
HSV(B) 276º 0.64% 0.93% -
XYZ 36.37 21.94 81.68 -
YUV 130.01 187.82 160.8 -
System Red Green Blue C M Y K H S L
Decimal 176 86 236 0.25 0.64 0 0.07 276 0.8 0.63
Hex B0 56 EC 19 40 0 7 114 50 3F
Octal 260 126 354 31 100 0 7 424 120 77
Binary 10110000 1010110 11101100 11001 1000000 0 111 100010100 1010000 111111

Color Harmonies of #B056EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B056EC

Black with #B056EC

Text Example


Text Example

White with #B056EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B056EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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