Html Css Color HEX #B048B2 Fuchsia

📋 copy color: '#B048B2'

red 176 ◦ green 72 ◦ blue 178

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

Shades of Fuchsia #B048B2

Tints of Fuchsia #B048B2

RGB

 RED value IS 176 (69.14% from 255) = 41.31%

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

 BLUE value IS 178 (69.92% from 255) = 41.78%

R = 41.31%
G = 16.9%
B = 41.78%

CMYK

 C value IS 0.01

 M value IS 0.60

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B048B2 (or 0xB048B2) is known color: Fuchsia. HEX triplet: B0, 48 and B2. RGB value is (176,72,178). Sum of RGB (Red+Green+Blue) = 176+72+178=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 72 (28.52% from 255 or 16.90% from 426); Blue value is 178 (69.92% from 255 or 41.78% from 426); Max value from RGB is 178 - color contains mainly: blue. Hex color #B048B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B048B2 is #4FB74D. Grayscale: #727272. Windows color (decimal): -5224270 or 11684016. OLE color: 11684016.

HSL color Cylindrical-coordinate representation of color #B048B2: hue angle of 298.87º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B048B2 is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 176 72 178 -
CMYK 0.01 0.60 0 0.30
HSL 298.87º 0.42% 0.49% -
HSV(B) 298.87º 0.6% 0.7% -
XYZ 28.26 17.08 43.93 -
YUV 115.18 163.46 171.38 -
System Red Green Blue C M Y K H S L
Decimal 176 72 178 0.01 0.60 0 0.30 298.87 0.42 0.49
Hex B0 48 B2 1 3C 0 1E 12B 2A 31
Octal 260 110 262 1 74 0 36 453 52 61
Binary 10110000 1001000 10110010 1 111100 0 11110 100101011 101010 110001

Color Harmonies of #B048B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B048B2

Black with #B048B2

Text Example


Text Example

White with #B048B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B048B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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