Html Css Color HEX #B555B2 Fuchsia

📋 copy color: '#B555B2'

red 181 ◦ green 85 ◦ blue 178

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

Shades of Fuchsia #B555B2

Tints of Fuchsia #B555B2

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.14%

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

R = 40.77%
G = 19.14%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B555B2 (or 0xB555B2) is known color: Fuchsia. HEX triplet: B5, 55 and B2. RGB value is (181,85,178). Sum of RGB (Red+Green+Blue) = 181+85+178=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 178 (69.92% from 255 or 40.09% from 444); Max value from RGB is 181 - color contains mainly: red. Hex color #B555B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B555B2 is #4AAA4D. Grayscale: #7C7C7C. Windows color (decimal): -4893262 or 11687349. OLE color: 11687349.

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

Color convert

RGB 181 85 178 -
CMYK 0 0.53 0.02 0.29
HSL 301.88º 0.39% 0.52% -
HSV(B) 301.88º 0.53% 0.71% -
XYZ 30.34 19.54 44.29 -
YUV 124.31 158.3 168.44 -
System Red Green Blue C M Y K H S L
Decimal 181 85 178 0 0.53 0.02 0.29 301.88 0.39 0.52
Hex B5 55 B2 0 35 2 1D 12E 27 34
Octal 265 125 262 0 65 2 35 456 47 64
Binary 10110101 1010101 10110010 0 110101 10 11101 100101110 100111 110100

Color Harmonies of #B555B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B555B2

Black with #B555B2

Text Example


Text Example

White with #B555B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B555B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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