Html Css Color HEX #B548B9 Fuchsia

📋 copy color: '#B548B9'

red 181 ◦ green 72 ◦ blue 185

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

Shades of Fuchsia #B548B9

Tints of Fuchsia #B548B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 42.24%

R = 41.32%
G = 16.44%
B = 42.24%

CMYK

 C value IS 0.02

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B548B9 (or 0xB548B9) is known color: Fuchsia. HEX triplet: B5, 48 and B9. RGB value is (181,72,185). Sum of RGB (Red+Green+Blue) = 181+72+185=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 72 (28.52% from 255 or 16.44% from 438); Blue value is 185 (72.66% from 255 or 42.24% from 438); Max value from RGB is 185 - color contains mainly: blue. Hex color #B548B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B548B9 is #4AB746. Grayscale: #757575. Windows color (decimal): -4896583 or 12142773. OLE color: 12142773.

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

Color convert

RGB 181 72 185 -
CMYK 0.02 0.61 0 0.27
HSL 297.88º 0.45% 0.5% -
HSV(B) 297.88º 0.61% 0.73% -
XYZ 30.13 17.96 47.78 -
YUV 117.47 166.11 173.31 -
System Red Green Blue C M Y K H S L
Decimal 181 72 185 0.02 0.61 0 0.27 297.88 0.45 0.5
Hex B5 48 B9 2 3D 0 1B 12A 2D 32
Octal 265 110 271 2 75 0 33 452 55 62
Binary 10110101 1001000 10111001 10 111101 0 11011 100101010 101101 110010

Color Harmonies of #B548B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B548B9

Black with #B548B9

Text Example


Text Example

White with #B548B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B548B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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