Html Css Color HEX #B056EE Medium Orchid

📋 copy color: '#B056EE'

red 176 ◦ green 86 ◦ blue 238

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

Shades of Medium Orchid #B056EE

Tints of Medium Orchid #B056EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.6%

R = 35.2%
G = 17.2%
B = 47.6%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B056EE (or 0xB056EE) is known color: Medium Orchid. HEX triplet: B0, 56 and EE. RGB value is (176,86,238). Sum of RGB (Red+Green+Blue) = 176+86+238=500 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.2% from 500); Green value is 86 (33.98% from 255 or 17.2% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #B056EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B056EE is #4FA911. Grayscale: #818181. Windows color (decimal): -5220626 or 15619760. OLE color: 15619760.

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

Color convert

RGB 176 86 238 -
CMYK 0.26 0.64 0 0.07
HSL 275.53º 0.82% 0.64% -
HSV(B) 275.53º 0.64% 0.93% -
XYZ 36.66 22.06 83.21 -
YUV 130.24 188.82 160.64 -
System Red Green Blue C M Y K H S L
Decimal 176 86 238 0.26 0.64 0 0.07 275.53 0.82 0.64
Hex B0 56 EE 1A 40 0 7 114 52 40
Octal 260 126 356 32 100 0 7 424 122 100
Binary 10110000 1010110 11101110 11010 1000000 0 111 100010100 1010010 1000000

Color Harmonies of #B056EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B056EE

Black with #B056EE

Text Example


Text Example

White with #B056EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B056EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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