Html Css Color HEX #B55BBA Fuchsia

📋 copy color: '#B55BBA'

red 181 ◦ green 91 ◦ blue 186

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

Shades of Fuchsia #B55BBA

Tints of Fuchsia #B55BBA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.87%

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

R = 39.52%
G = 19.87%
B = 40.61%

CMYK

 C value IS 0.03

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B55BBA (or 0xB55BBA) is known color: Fuchsia. HEX triplet: B5, 5B and BA. RGB value is (181,91,186). Sum of RGB (Red+Green+Blue) = 181+91+186=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 91 (35.94% from 255 or 19.87% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #B55BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55BBA is #4AA445. Grayscale: #808080. Windows color (decimal): -4891718 or 12213173. OLE color: 12213173.

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

Color convert

RGB 181 91 186 -
CMYK 0.03 0.51 0 0.27
HSL 296.84º 0.41% 0.54% -
HSV(B) 296.84º 0.51% 0.73% -
XYZ 31.66 20.85 48.81 -
YUV 128.74 160.32 165.28 -
System Red Green Blue C M Y K H S L
Decimal 181 91 186 0.03 0.51 0 0.27 296.84 0.41 0.54
Hex B5 5B BA 3 33 0 1B 129 29 36
Octal 265 133 272 3 63 0 33 451 51 66
Binary 10110101 1011011 10111010 11 110011 0 11011 100101001 101001 110110

Color Harmonies of #B55BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55BBA

Black with #B55BBA

Text Example


Text Example

White with #B55BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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