Html Css Color HEX #B875BD Fuchsia

📋 copy color: '#B875BD'

red 184 ◦ green 117 ◦ blue 189

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

Shades of Fuchsia #B875BD

Tints of Fuchsia #B875BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.57%

R = 37.55%
G = 23.88%
B = 38.57%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B875BD (or 0xB875BD) is known color: Fuchsia. HEX triplet: B8, 75 and BD. RGB value is (184,117,189). Sum of RGB (Red+Green+Blue) = 184+117+189=490 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.55% from 490); Green value is 117 (46.09% from 255 or 23.88% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 189 - color contains mainly: blue. Hex color #B875BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B875BD is #478A42. Grayscale: #919191. Windows color (decimal): -4688451 or 12416440. OLE color: 12416440.

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

Color convert

RGB 184 117 189 -
CMYK 0.03 0.38 0 0.26
HSL 295.83º 0.35% 0.6% -
HSV(B) 295.83º 0.38% 0.74% -
XYZ 35.31 26.59 51.41 -
YUV 145.24 152.7 155.65 -
System Red Green Blue C M Y K H S L
Decimal 184 117 189 0.03 0.38 0 0.26 295.83 0.35 0.6
Hex B8 75 BD 3 26 0 1A 128 23 3C
Octal 270 165 275 3 46 0 32 450 43 74
Binary 10111000 1110101 10111101 11 100110 0 11010 100101000 100011 111100

Color Harmonies of #B875BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B875BD

Black with #B875BD

Text Example


Text Example

White with #B875BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B875BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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