Html Css Color HEX #B56BBA Fuchsia

📋 copy color: '#B56BBA'

red 181 ◦ green 107 ◦ blue 186

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

Shades of Fuchsia #B56BBA

Tints of Fuchsia #B56BBA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.57%

 BLUE value IS 186 (73.05% from 255) = 39.24%

R = 38.19%
G = 22.57%
B = 39.24%

CMYK

 C value IS 0.03

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B56BBA (or 0xB56BBA) is known color: Fuchsia. HEX triplet: B5, 6B and BA. RGB value is (181,107,186). Sum of RGB (Red+Green+Blue) = 181+107+186=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 107 (42.19% from 255 or 22.57% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 186 - color contains mainly: blue. Hex color #B56BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56BBA is #4A9445. Grayscale: #898989. Windows color (decimal): -4887622 or 12217269. OLE color: 12217269.

HSL color Cylindrical-coordinate representation of color #B56BBA: hue angle of 296.2º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B56BBA is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 107 186 -
CMYK 0.03 0.42 0 0.27
HSL 296.2º 0.36% 0.57% -
HSV(B) 296.2º 0.42% 0.73% -
XYZ 33.18 23.88 49.32 -
YUV 138.13 155.02 158.58 -
System Red Green Blue C M Y K H S L
Decimal 181 107 186 0.03 0.42 0 0.27 296.2 0.36 0.57
Hex B5 6B BA 3 2A 0 1B 128 24 39
Octal 265 153 272 3 52 0 33 450 44 71
Binary 10110101 1101011 10111010 11 101010 0 11011 100101000 100100 111001

Color Harmonies of #B56BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56BBA

Black with #B56BBA

Text Example


Text Example

White with #B56BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56BBA; }

 p { color: rgb(181,107,186); }

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

background-color css

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

 a { background-color: rgb(181,107,186); }

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

border-color css

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

 span { border-color: rgb(181,107,186); }

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