Html Css Color HEX #B04FB3 Fuchsia

📋 copy color: '#B04FB3'

red 176 ◦ green 79 ◦ blue 179

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

Shades of Fuchsia #B04FB3

Tints of Fuchsia #B04FB3

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.2%

 BLUE value IS 179 (70.31% from 255) = 41.24%

R = 40.55%
G = 18.2%
B = 41.24%

CMYK

 C value IS 0.02

 M value IS 0.56

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B04FB3 (or 0xB04FB3) is known color: Fuchsia. HEX triplet: B0, 4F and B3. RGB value is (176,79,179). Sum of RGB (Red+Green+Blue) = 176+79+179=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 79 (31.25% from 255 or 18.20% from 434); Blue value is 179 (70.31% from 255 or 41.24% from 434); Max value from RGB is 179 - color contains mainly: blue. Hex color #B04FB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04FB3 is #4FB04C. Grayscale: #777777. Windows color (decimal): -5222477 or 11751344. OLE color: 11751344.

HSL color Cylindrical-coordinate representation of color #B04FB3: hue angle of 298.2º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B04FB3 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 176 79 179 -
CMYK 0.02 0.56 0 0.30
HSL 298.2º 0.4% 0.51% -
HSV(B) 298.2º 0.56% 0.7% -
XYZ 28.84 18.08 44.62 -
YUV 119.4 161.64 168.37 -
System Red Green Blue C M Y K H S L
Decimal 176 79 179 0.02 0.56 0 0.30 298.2 0.4 0.51
Hex B0 4F B3 2 38 0 1E 12A 28 33
Octal 260 117 263 2 70 0 36 452 50 63
Binary 10110000 1001111 10110011 10 111000 0 11110 100101010 101000 110011

Color Harmonies of #B04FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04FB3

Black with #B04FB3

Text Example


Text Example

White with #B04FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04FB3; }

 p { color: rgb(176,79,179); }

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

background-color css

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

 a { background-color: rgb(176,79,179); }

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

border-color css

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

 span { border-color: rgb(176,79,179); }

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