Html Css Color HEX #B548BB Fuchsia

📋 copy color: '#B548BB'

red 181 ◦ green 72 ◦ blue 187

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

Shades of Fuchsia #B548BB

Tints of Fuchsia #B548BB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.36%

 BLUE value IS 187 (73.44% from 255) = 42.5%

R = 41.14%
G = 16.36%
B = 42.5%

CMYK

 C value IS 0.03

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B548BB (or 0xB548BB) is known color: Fuchsia. HEX triplet: B5, 48 and BB. RGB value is (181,72,187). Sum of RGB (Red+Green+Blue) = 181+72+187=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 72 (28.52% from 255 or 16.36% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #B548BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B548BB is #4AB744. Grayscale: #757575. Windows color (decimal): -4896581 or 12273845. OLE color: 12273845.

HSL color Cylindrical-coordinate representation of color #B548BB: hue angle of 296.87º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B548BB is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 72 187 -
CMYK 0.03 0.61 0 0.27
HSL 296.87º 0.46% 0.51% -
HSV(B) 296.87º 0.61% 0.73% -
XYZ 30.34 18.05 48.9 -
YUV 117.7 167.11 173.15 -
System Red Green Blue C M Y K H S L
Decimal 181 72 187 0.03 0.61 0 0.27 296.87 0.46 0.51
Hex B5 48 BB 3 3D 0 1B 129 2E 33
Octal 265 110 273 3 75 0 33 451 56 63
Binary 10110101 1001000 10111011 11 111101 0 11011 100101001 101110 110011

Color Harmonies of #B548BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B548BB

Black with #B548BB

Text Example


Text Example

White with #B548BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B548BB; }

 p { color: rgb(181,72,187); }

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

background-color css

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

 a { background-color: rgb(181,72,187); }

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

border-color css

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

 span { border-color: rgb(181,72,187); }

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