Html Css Color HEX #B048AF Fuchsia

📋 copy color: '#B048AF'

red 176 ◦ green 72 ◦ blue 175

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

Shades of Fuchsia #B048AF

Tints of Fuchsia #B048AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.37%

R = 41.61%
G = 17.02%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B048AF (or 0xB048AF) is known color: Fuchsia. HEX triplet: B0, 48 and AF. RGB value is (176,72,175). Sum of RGB (Red+Green+Blue) = 176+72+175=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 72 (28.52% from 255 or 17.02% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B048AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B048AF is #4FB750. Grayscale: #727272. Windows color (decimal): -5224273 or 11487408. OLE color: 11487408.

HSL color Cylindrical-coordinate representation of color #B048AF: hue angle of 300.58º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B048AF is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 72 175 -
CMYK 0 0.59 0.01 0.31
HSL 300.58º 0.42% 0.49% -
HSV(B) 300.58º 0.59% 0.69% -
XYZ 27.96 16.96 42.36 -
YUV 114.84 161.96 171.62 -
System Red Green Blue C M Y K H S L
Decimal 176 72 175 0 0.59 0.01 0.31 300.58 0.42 0.49
Hex B0 48 AF 0 3B 1 1F 12D 2A 31
Octal 260 110 257 0 73 1 37 455 52 61
Binary 10110000 1001000 10101111 0 111011 1 11111 100101101 101010 110001

Color Harmonies of #B048AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B048AF

Black with #B048AF

Text Example


Text Example

White with #B048AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B048AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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