Html Css Color HEX #B551C1 Fuchsia

📋 copy color: '#B551C1'

red 181 ◦ green 81 ◦ blue 193

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

Shades of Fuchsia #B551C1

Tints of Fuchsia #B551C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.42%

R = 39.78%
G = 17.8%
B = 42.42%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B551C1 (or 0xB551C1) is known color: Fuchsia. HEX triplet: B5, 51 and C1. RGB value is (181,81,193). Sum of RGB (Red+Green+Blue) = 181+81+193=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 81 (32.03% from 255 or 17.80% from 455); Blue value is 193 (75.78% from 255 or 42.42% from 455); Max value from RGB is 193 - color contains mainly: blue. Hex color #B551C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B551C1 is #4AAE3E. Grayscale: #7B7B7B. Windows color (decimal): -4894271 or 12669365. OLE color: 12669365.

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

Color convert

RGB 181 81 193 -
CMYK 0.06 0.58 0 0.24
HSL 293.57º 0.47% 0.54% -
HSV(B) 293.57º 0.58% 0.76% -
XYZ 31.62 19.56 52.56 -
YUV 123.67 167.13 168.89 -
System Red Green Blue C M Y K H S L
Decimal 181 81 193 0.06 0.58 0 0.24 293.57 0.47 0.54
Hex B5 51 C1 6 3A 0 18 126 2F 36
Octal 265 121 301 6 72 0 30 446 57 66
Binary 10110101 1010001 11000001 110 111010 0 11000 100100110 101111 110110

Color Harmonies of #B551C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B551C1

Black with #B551C1

Text Example


Text Example

White with #B551C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B551C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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