Html Css Color HEX #B872B8 Fuchsia

📋 copy color: '#B872B8'

red 184 ◦ green 114 ◦ blue 184

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

Shades of Fuchsia #B872B8

Tints of Fuchsia #B872B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.17%

R = 38.17%
G = 23.65%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B872B8 (or 0xB872B8) is known color: Fuchsia. HEX triplet: B8, 72 and B8. RGB value is (184,114,184). Sum of RGB (Red+Green+Blue) = 184+114+184=482 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.17% from 482); Green value is 114 (44.92% from 255 or 23.65% from 482); Blue value is 184 (72.27% from 255 or 38.17% from 482); Max value from RGB is 184 - color contains mainly: red, blue. Hex color #B872B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B872B8 is #478D47. Grayscale: #8E8E8E. Windows color (decimal): -4689224 or 12087992. OLE color: 12087992.

HSL color Cylindrical-coordinate representation of color #B872B8: hue angle of 300º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B872B8 is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 114 184 -
CMYK 0 0.38 0 0.28
HSL 300º 0.33% 0.58% -
HSV(B) 300º 0.38% 0.72% -
XYZ 34.44 25.69 48.49 -
YUV 142.91 151.19 157.31 -
System Red Green Blue C M Y K H S L
Decimal 184 114 184 0 0.38 0 0.28 300 0.33 0.58
Hex B8 72 B8 0 26 0 1C 12C 21 3A
Octal 270 162 270 0 46 0 34 454 41 72
Binary 10111000 1110010 10111000 0 100110 0 11100 100101100 100001 111010

Color Harmonies of #B872B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B872B8

Black with #B872B8

Text Example


Text Example

White with #B872B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B872B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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