Html Css Color HEX #B047BD Fuchsia

📋 copy color: '#B047BD'

red 176 ◦ green 71 ◦ blue 189

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

Shades of Fuchsia #B047BD

Tints of Fuchsia #B047BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.35%

R = 40.37%
G = 16.28%
B = 43.35%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B047BD (or 0xB047BD) is known color: Fuchsia. HEX triplet: B0, 47 and BD. RGB value is (176,71,189). Sum of RGB (Red+Green+Blue) = 176+71+189=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 71 (28.12% from 255 or 16.28% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 189 - color contains mainly: blue. Hex color #B047BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B047BD is #4FB842. Grayscale: #737373. Windows color (decimal): -5224515 or 12404656. OLE color: 12404656.

HSL color Cylindrical-coordinate representation of color #B047BD: hue angle of 293.39º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B047BD is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 71 189 -
CMYK 0.07 0.62 0 0.26
HSL 293.39º 0.47% 0.51% -
HSV(B) 293.39º 0.62% 0.74% -
XYZ 29.34 17.41 49.96 -
YUV 115.85 169.29 170.91 -
System Red Green Blue C M Y K H S L
Decimal 176 71 189 0.07 0.62 0 0.26 293.39 0.47 0.51
Hex B0 47 BD 7 3E 0 1A 125 2F 33
Octal 260 107 275 7 76 0 32 445 57 63
Binary 10110000 1000111 10111101 111 111110 0 11010 100100101 101111 110011

Color Harmonies of #B047BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B047BD

Black with #B047BD

Text Example


Text Example

White with #B047BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B047BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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