Html Css Color HEX #B551BE Fuchsia

📋 copy color: '#B551BE'

red 181 ◦ green 81 ◦ blue 190

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

Shades of Fuchsia #B551BE

Tints of Fuchsia #B551BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.04%

R = 40.04%
G = 17.92%
B = 42.04%

CMYK

 C value IS 0.05

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B551BE (or 0xB551BE) is known color: Fuchsia. HEX triplet: B5, 51 and BE. RGB value is (181,81,190). Sum of RGB (Red+Green+Blue) = 181+81+190=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 81 (32.03% from 255 or 17.92% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 190 - color contains mainly: blue. Hex color #B551BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B551BE is #4AAE41. Grayscale: #7A7A7A. Windows color (decimal): -4894274 or 12472757. OLE color: 12472757.

HSL color Cylindrical-coordinate representation of color #B551BE: hue angle of 295.05º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B551BE is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 81 190 -
CMYK 0.05 0.57 0 0.25
HSL 295.05º 0.46% 0.53% -
HSV(B) 295.05º 0.57% 0.75% -
XYZ 31.29 19.43 50.82 -
YUV 123.33 165.63 169.14 -
System Red Green Blue C M Y K H S L
Decimal 181 81 190 0.05 0.57 0 0.25 295.05 0.46 0.53
Hex B5 51 BE 5 39 0 19 127 2E 35
Octal 265 121 276 5 71 0 31 447 56 65
Binary 10110101 1010001 10111110 101 111001 0 11001 100100111 101110 110101

Color Harmonies of #B551BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B551BE

Black with #B551BE

Text Example


Text Example

White with #B551BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B551BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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