Html Css Color HEX #B56FB2 Fuchsia

📋 copy color: '#B56FB2'

red 181 ◦ green 111 ◦ blue 178

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

Shades of Fuchsia #B56FB2

Tints of Fuchsia #B56FB2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.62%

 BLUE value IS 178 (69.92% from 255) = 37.87%

R = 38.51%
G = 23.62%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B56FB2 (or 0xB56FB2) is known color: Fuchsia. HEX triplet: B5, 6F and B2. RGB value is (181,111,178). Sum of RGB (Red+Green+Blue) = 181+111+178=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 111 (43.75% from 255 or 23.62% from 470); Blue value is 178 (69.92% from 255 or 37.87% from 470); Max value from RGB is 181 - color contains mainly: red. Hex color #B56FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56FB2 is #4A904D. Grayscale: #8B8B8B. Windows color (decimal): -4886606 or 11694005. OLE color: 11694005.

HSL color Cylindrical-coordinate representation of color #B56FB2: hue angle of 302.57º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B56FB2 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 111 178 -
CMYK 0 0.39 0.02 0.29
HSL 302.57º 0.32% 0.57% -
HSV(B) 302.57º 0.39% 0.71% -
XYZ 32.78 24.41 45.1 -
YUV 139.57 149.69 157.55 -
System Red Green Blue C M Y K H S L
Decimal 181 111 178 0 0.39 0.02 0.29 302.57 0.32 0.57
Hex B5 6F B2 0 27 2 1D 12F 20 39
Octal 265 157 262 0 47 2 35 457 40 71
Binary 10110101 1101111 10110010 0 100111 10 11101 100101111 100000 111001

Color Harmonies of #B56FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56FB2

Black with #B56FB2

Text Example


Text Example

White with #B56FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56FB2; }

 p { color: rgb(181,111,178); }

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

background-color css

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

 a { background-color: rgb(181,111,178); }

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

border-color css

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

 span { border-color: rgb(181,111,178); }

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