Html Css Color HEX #B872BA Fuchsia

📋 copy color: '#B872BA'

red 184 ◦ green 114 ◦ blue 186

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

Shades of Fuchsia #B872BA

Tints of Fuchsia #B872BA

RGB

 RED value IS 184 (72.27% from 255) = 38.02%

 GREEN value IS 114 (44.92% from 255) = 23.55%

 BLUE value IS 186 (73.05% from 255) = 38.43%

R = 38.02%
G = 23.55%
B = 38.43%

CMYK

 C value IS 0.01

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B872BA (or 0xB872BA) is known color: Fuchsia. HEX triplet: B8, 72 and BA. RGB value is (184,114,186). Sum of RGB (Red+Green+Blue) = 184+114+186=484 (64% of max value = 765). Red value is 184 (72.27% from 255 or 38.02% from 484); Green value is 114 (44.92% from 255 or 23.55% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 186 - color contains mainly: blue. Hex color #B872BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B872BA is #478D45. Grayscale: #8E8E8E. Windows color (decimal): -4689222 or 12219064. OLE color: 12219064.

HSL color Cylindrical-coordinate representation of color #B872BA: hue angle of 298.33º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B872BA is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 114 186 -
CMYK 0.01 0.39 0 0.27
HSL 298.33º 0.34% 0.59% -
HSV(B) 298.33º 0.39% 0.73% -
XYZ 34.65 25.77 49.6 -
YUV 143.14 152.19 157.15 -
System Red Green Blue C M Y K H S L
Decimal 184 114 186 0.01 0.39 0 0.27 298.33 0.34 0.59
Hex B8 72 BA 1 27 0 1B 12A 22 3B
Octal 270 162 272 1 47 0 33 452 42 73
Binary 10111000 1110010 10111010 1 100111 0 11011 100101010 100010 111011

Color Harmonies of #B872BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B872BA

Black with #B872BA

Text Example


Text Example

White with #B872BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B872BA; }

 p { color: rgb(184,114,186); }

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

background-color css

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

 a { background-color: rgb(184,114,186); }

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

border-color css

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

 span { border-color: rgb(184,114,186); }

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