Html Css Color HEX #B047B3 Fuchsia

📋 copy color: '#B047B3'

red 176 ◦ green 71 ◦ blue 179

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

Shades of Fuchsia #B047B3

Tints of Fuchsia #B047B3

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.67%

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

R = 41.31%
G = 16.67%
B = 42.02%

CMYK

 C value IS 0.02

 M value IS 0.60

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B047B3 (or 0xB047B3) is known color: Fuchsia. HEX triplet: B0, 47 and B3. RGB value is (176,71,179). Sum of RGB (Red+Green+Blue) = 176+71+179=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 71 (28.12% from 255 or 16.67% from 426); Blue value is 179 (70.31% from 255 or 42.02% from 426); Max value from RGB is 179 - color contains mainly: blue. Hex color #B047B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B047B3 is #4FB84C. Grayscale: #727272. Windows color (decimal): -5224525 or 11749296. OLE color: 11749296.

HSL color Cylindrical-coordinate representation of color #B047B3: hue angle of 298.33º degrees, saturation: 0.43, 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 #B047B3 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 176 71 179 -
CMYK 0.02 0.60 0 0.30
HSL 298.33º 0.43% 0.49% -
HSV(B) 298.33º 0.6% 0.7% -
XYZ 28.29 16.99 44.44 -
YUV 114.71 164.29 171.72 -
System Red Green Blue C M Y K H S L
Decimal 176 71 179 0.02 0.60 0 0.30 298.33 0.43 0.49
Hex B0 47 B3 2 3C 0 1E 12A 2B 31
Octal 260 107 263 2 74 0 36 452 53 61
Binary 10110000 1000111 10110011 10 111100 0 11110 100101010 101011 110001

Color Harmonies of #B047B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B047B3

Black with #B047B3

Text Example


Text Example

White with #B047B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B047B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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