Html Css Color HEX #B56EBC Fuchsia

📋 copy color: '#B56EBC'

red 181 ◦ green 110 ◦ blue 188

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

Shades of Fuchsia #B56EBC

Tints of Fuchsia #B56EBC

RGB

 RED value IS 181 (71.09% from 255) = 37.79%

 GREEN value IS 110 (43.36% from 255) = 22.96%

 BLUE value IS 188 (73.83% from 255) = 39.25%

R = 37.79%
G = 22.96%
B = 39.25%

CMYK

 C value IS 0.04

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B56EBC (or 0xB56EBC) is known color: Fuchsia. HEX triplet: B5, 6E and BC. RGB value is (181,110,188). Sum of RGB (Red+Green+Blue) = 181+110+188=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 110 (43.36% from 255 or 22.96% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 188 - color contains mainly: blue. Hex color #B56EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56EBC is #4A9143. Grayscale: #8B8B8B. Windows color (decimal): -4886852 or 12349109. OLE color: 12349109.

HSL color Cylindrical-coordinate representation of color #B56EBC: hue angle of 294.62º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B56EBC is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 181 110 188 -
CMYK 0.04 0.41 0 0.26
HSL 294.62º 0.37% 0.58% -
HSV(B) 294.62º 0.41% 0.74% -
XYZ 33.71 24.61 50.55 -
YUV 140.12 155.02 157.16 -
System Red Green Blue C M Y K H S L
Decimal 181 110 188 0.04 0.41 0 0.26 294.62 0.37 0.58
Hex B5 6E BC 4 29 0 1A 127 25 3A
Octal 265 156 274 4 51 0 32 447 45 72
Binary 10110101 1101110 10111100 100 101001 0 11010 100100111 100101 111010

Color Harmonies of #B56EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56EBC

Black with #B56EBC

Text Example


Text Example

White with #B56EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56EBC; }

 p { color: rgb(181,110,188); }

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

background-color css

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

 a { background-color: rgb(181,110,188); }

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

border-color css

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

 span { border-color: rgb(181,110,188); }

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