Html Css Color HEX #B872BC Fuchsia

📋 copy color: '#B872BC'

red 184 ◦ green 114 ◦ blue 188

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

Shades of Fuchsia #B872BC

Tints of Fuchsia #B872BC

RGB

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

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

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

R = 37.86%
G = 23.46%
B = 38.68%

CMYK

 C value IS 0.02

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B872BC (or 0xB872BC) is known color: Fuchsia. HEX triplet: B8, 72 and BC. RGB value is (184,114,188). Sum of RGB (Red+Green+Blue) = 184+114+188=486 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.86% from 486); Green value is 114 (44.92% from 255 or 23.46% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 188 - color contains mainly: blue. Hex color #B872BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B872BC is #478D43. Grayscale: #8F8F8F. Windows color (decimal): -4689220 or 12350136. OLE color: 12350136.

HSL color Cylindrical-coordinate representation of color #B872BC: hue angle of 296.76º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B872BC is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 184 114 188 -
CMYK 0.02 0.39 0 0.26
HSL 296.76º 0.36% 0.59% -
HSV(B) 296.76º 0.39% 0.74% -
XYZ 34.86 25.86 50.73 -
YUV 143.37 153.19 156.98 -
System Red Green Blue C M Y K H S L
Decimal 184 114 188 0.02 0.39 0 0.26 296.76 0.36 0.59
Hex B8 72 BC 2 27 0 1A 129 24 3B
Octal 270 162 274 2 47 0 32 451 44 73
Binary 10111000 1110010 10111100 10 100111 0 11010 100101001 100100 111011

Color Harmonies of #B872BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B872BC

Black with #B872BC

Text Example


Text Example

White with #B872BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B872BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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