Html Css Color HEX #B548B0 Fuchsia

📋 copy color: '#B548B0'

red 181 ◦ green 72 ◦ blue 176

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

Shades of Fuchsia #B548B0

Tints of Fuchsia #B548B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 41.03%

R = 42.19%
G = 16.78%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B548B0 (or 0xB548B0) is known color: Fuchsia. HEX triplet: B5, 48 and B0. RGB value is (181,72,176). Sum of RGB (Red+Green+Blue) = 181+72+176=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 72 (28.52% from 255 or 16.78% from 429); Blue value is 176 (69.14% from 255 or 41.03% from 429); Max value from RGB is 181 - color contains mainly: red. Hex color #B548B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B548B0 is #4AB74F. Grayscale: #747474. Windows color (decimal): -4896592 or 11552949. OLE color: 11552949.

HSL color Cylindrical-coordinate representation of color #B548B0: hue angle of 302.75º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B548B0 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 72 176 -
CMYK 0 0.60 0.03 0.29
HSL 302.75º 0.43% 0.5% -
HSV(B) 302.75º 0.6% 0.71% -
XYZ 29.21 17.59 42.93 -
YUV 116.45 161.61 174.04 -
System Red Green Blue C M Y K H S L
Decimal 181 72 176 0 0.60 0.03 0.29 302.75 0.43 0.5
Hex B5 48 B0 0 3C 3 1D 12F 2B 32
Octal 265 110 260 0 74 3 35 457 53 62
Binary 10110101 1001000 10110000 0 111100 11 11101 100101111 101011 110010

Color Harmonies of #B548B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B548B0

Black with #B548B0

Text Example


Text Example

White with #B548B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B548B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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