Html Css Color HEX #B554B0 Fuchsia

📋 copy color: '#B554B0'

red 181 ◦ green 84 ◦ blue 176

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

Shades of Fuchsia #B554B0

Tints of Fuchsia #B554B0

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.05%

 BLUE value IS 176 (69.14% from 255) = 39.91%

R = 41.04%
G = 19.05%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B554B0 (or 0xB554B0) is known color: Fuchsia. HEX triplet: B5, 54 and B0. RGB value is (181,84,176). Sum of RGB (Red+Green+Blue) = 181+84+176=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 84 (33.20% from 255 or 19.05% from 441); Blue value is 176 (69.14% from 255 or 39.91% from 441); Max value from RGB is 181 - color contains mainly: red. Hex color #B554B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B554B0 is #4AAB4F. Grayscale: #7B7B7B. Windows color (decimal): -4893520 or 11556021. OLE color: 11556021.

HSL color Cylindrical-coordinate representation of color #B554B0: hue angle of 303.09º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B554B0 is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 84 176 -
CMYK 0 0.54 0.03 0.29
HSL 303.09º 0.4% 0.52% -
HSV(B) 303.09º 0.54% 0.71% -
XYZ 30.06 19.3 43.21 -
YUV 123.49 157.64 169.02 -
System Red Green Blue C M Y K H S L
Decimal 181 84 176 0 0.54 0.03 0.29 303.09 0.4 0.52
Hex B5 54 B0 0 36 3 1D 12F 28 34
Octal 265 124 260 0 66 3 35 457 50 64
Binary 10110101 1010100 10110000 0 110110 11 11101 100101111 101000 110100

Color Harmonies of #B554B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B554B0

Black with #B554B0

Text Example


Text Example

White with #B554B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B554B0; }

 p { color: rgb(181,84,176); }

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

background-color css

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

 a { background-color: rgb(181,84,176); }

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

border-color css

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

 span { border-color: rgb(181,84,176); }

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