Html Css Color HEX #B048BA Fuchsia

📋 copy color: '#B048BA'

red 176 ◦ green 72 ◦ blue 186

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

Shades of Fuchsia #B048BA

Tints of Fuchsia #B048BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.86%

R = 40.55%
G = 16.59%
B = 42.86%

CMYK

 C value IS 0.05

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B048BA (or 0xB048BA) is known color: Fuchsia. HEX triplet: B0, 48 and BA. RGB value is (176,72,186). Sum of RGB (Red+Green+Blue) = 176+72+186=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 72 (28.52% from 255 or 16.59% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #B048BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B048BA is #4FB745. Grayscale: #737373. Windows color (decimal): -5224262 or 12208304. OLE color: 12208304.

HSL color Cylindrical-coordinate representation of color #B048BA: hue angle of 294.74º degrees, saturation: 0.45, 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 #B048BA is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 72 186 -
CMYK 0.05 0.61 0 0.27
HSL 294.74º 0.45% 0.51% -
HSV(B) 294.74º 0.61% 0.73% -
XYZ 29.08 17.41 48.28 -
YUV 116.09 167.46 170.73 -
System Red Green Blue C M Y K H S L
Decimal 176 72 186 0.05 0.61 0 0.27 294.74 0.45 0.51
Hex B0 48 BA 5 3D 0 1B 127 2D 33
Octal 260 110 272 5 75 0 33 447 55 63
Binary 10110000 1001000 10111010 101 111101 0 11011 100100111 101101 110011

Color Harmonies of #B048BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B048BA

Black with #B048BA

Text Example


Text Example

White with #B048BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B048BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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