Html Css Color HEX #B551C0 Fuchsia

📋 copy color: '#B551C0'

red 181 ◦ green 81 ◦ blue 192

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

Shades of Fuchsia #B551C0

Tints of Fuchsia #B551C0

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.84%

 BLUE value IS 192 (75.39% from 255) = 42.29%

R = 39.87%
G = 17.84%
B = 42.29%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B551C0 (or 0xB551C0) is known color: Fuchsia. HEX triplet: B5, 51 and C0. RGB value is (181,81,192). Sum of RGB (Red+Green+Blue) = 181+81+192=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 81 (32.03% from 255 or 17.84% from 454); Blue value is 192 (75.39% from 255 or 42.29% from 454); Max value from RGB is 192 - color contains mainly: blue. Hex color #B551C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B551C0 is #4AAE3F. Grayscale: #7B7B7B. Windows color (decimal): -4894272 or 12603829. OLE color: 12603829.

HSL color Cylindrical-coordinate representation of color #B551C0: hue angle of 294.05º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B551C0 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 81 192 -
CMYK 0.06 0.58 0 0.25
HSL 294.05º 0.47% 0.54% -
HSV(B) 294.05º 0.58% 0.75% -
XYZ 31.51 19.51 51.97 -
YUV 123.55 166.63 168.97 -
System Red Green Blue C M Y K H S L
Decimal 181 81 192 0.06 0.58 0 0.25 294.05 0.47 0.54
Hex B5 51 C0 6 3A 0 19 126 2F 36
Octal 265 121 300 6 72 0 31 446 57 66
Binary 10110101 1010001 11000000 110 111010 0 11001 100100110 101111 110110

Color Harmonies of #B551C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B551C0

Black with #B551C0

Text Example


Text Example

White with #B551C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B551C0; }

 p { color: rgb(181,81,192); }

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

background-color css

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

 a { background-color: rgb(181,81,192); }

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

border-color css

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

 span { border-color: rgb(181,81,192); }

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