Html Css Color HEX #B875BC Fuchsia

📋 copy color: '#B875BC'

red 184 ◦ green 117 ◦ blue 188

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

Shades of Fuchsia #B875BC

Tints of Fuchsia #B875BC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.93%

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

R = 37.63%
G = 23.93%
B = 38.45%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B875BC (or 0xB875BC) is known color: Fuchsia. HEX triplet: B8, 75 and BC. RGB value is (184,117,188). Sum of RGB (Red+Green+Blue) = 184+117+188=489 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.63% from 489); Green value is 117 (46.09% from 255 or 23.93% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 188 - color contains mainly: blue. Hex color #B875BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B875BC is #478A43. Grayscale: #909090. Windows color (decimal): -4688452 or 12350904. OLE color: 12350904.

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

Color convert

RGB 184 117 188 -
CMYK 0.02 0.38 0 0.26
HSL 296.62º 0.35% 0.6% -
HSV(B) 296.62º 0.38% 0.74% -
XYZ 35.21 26.54 50.84 -
YUV 145.13 152.2 155.73 -
System Red Green Blue C M Y K H S L
Decimal 184 117 188 0.02 0.38 0 0.26 296.62 0.35 0.6
Hex B8 75 BC 2 26 0 1A 129 23 3C
Octal 270 165 274 2 46 0 32 451 43 74
Binary 10111000 1110101 10111100 10 100110 0 11010 100101001 100011 111100

Color Harmonies of #B875BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B875BC

Black with #B875BC

Text Example


Text Example

White with #B875BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B875BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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