Html Css Color HEX #B047BC Fuchsia

📋 copy color: '#B047BC'

red 176 ◦ green 71 ◦ blue 188

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

Shades of Fuchsia #B047BC

Tints of Fuchsia #B047BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.22%

R = 40.46%
G = 16.32%
B = 43.22%

CMYK

 C value IS 0.06

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B047BC (or 0xB047BC) is known color: Fuchsia. HEX triplet: B0, 47 and BC. RGB value is (176,71,188). Sum of RGB (Red+Green+Blue) = 176+71+188=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 71 (28.12% from 255 or 16.32% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: blue. Hex color #B047BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B047BC is #4FB843. Grayscale: #737373. Windows color (decimal): -5224516 or 12339120. OLE color: 12339120.

HSL color Cylindrical-coordinate representation of color #B047BC: hue angle of 293.85º 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 #B047BC is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 71 188 -
CMYK 0.06 0.62 0 0.26
HSL 293.85º 0.47% 0.51% -
HSV(B) 293.85º 0.62% 0.74% -
XYZ 29.23 17.37 49.39 -
YUV 115.73 168.79 170.99 -
System Red Green Blue C M Y K H S L
Decimal 176 71 188 0.06 0.62 0 0.26 293.85 0.47 0.51
Hex B0 47 BC 6 3E 0 1A 126 2F 33
Octal 260 107 274 6 76 0 32 446 57 63
Binary 10110000 1000111 10111100 110 111110 0 11010 100100110 101111 110011

Color Harmonies of #B047BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B047BC

Black with #B047BC

Text Example


Text Example

White with #B047BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B047BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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