Html Css Color HEX #B551BC Fuchsia

📋 copy color: '#B551BC'

red 181 ◦ green 81 ◦ blue 188

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

Shades of Fuchsia #B551BC

Tints of Fuchsia #B551BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.78%

R = 40.22%
G = 18%
B = 41.78%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B551BC (or 0xB551BC) is known color: Fuchsia. HEX triplet: B5, 51 and BC. RGB value is (181,81,188). Sum of RGB (Red+Green+Blue) = 181+81+188=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 81 (32.03% from 255 or 18% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 188 - color contains mainly: blue. Hex color #B551BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B551BC is #4AAE43. Grayscale: #7A7A7A. Windows color (decimal): -4894276 or 12341685. OLE color: 12341685.

HSL color Cylindrical-coordinate representation of color #B551BC: hue angle of 296.07º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B551BC is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 181 81 188 -
CMYK 0.04 0.57 0 0.26
HSL 296.07º 0.44% 0.53% -
HSV(B) 296.07º 0.57% 0.74% -
XYZ 31.08 19.34 49.67 -
YUV 123.1 164.63 169.3 -
System Red Green Blue C M Y K H S L
Decimal 181 81 188 0.04 0.57 0 0.26 296.07 0.44 0.53
Hex B5 51 BC 4 39 0 1A 128 2C 35
Octal 265 121 274 4 71 0 32 450 54 65
Binary 10110101 1010001 10111100 100 111001 0 11010 100101000 101100 110101

Color Harmonies of #B551BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B551BC

Black with #B551BC

Text Example


Text Example

White with #B551BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B551BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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