Html Css Color HEX #B875BB Fuchsia

📋 copy color: '#B875BB'

red 184 ◦ green 117 ◦ blue 187

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

Shades of Fuchsia #B875BB

Tints of Fuchsia #B875BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.32%

R = 37.7%
G = 23.98%
B = 38.32%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B875BB (or 0xB875BB) is known color: Fuchsia. HEX triplet: B8, 75 and BB. RGB value is (184,117,187). Sum of RGB (Red+Green+Blue) = 184+117+187=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 117 (46.09% from 255 or 23.98% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 187 - color contains mainly: blue. Hex color #B875BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B875BB is #478A44. Grayscale: #909090. Windows color (decimal): -4688453 or 12285368. OLE color: 12285368.

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

Color convert

RGB 184 117 187 -
CMYK 0.02 0.37 0 0.27
HSL 297.43º 0.34% 0.6% -
HSV(B) 297.43º 0.37% 0.73% -
XYZ 35.1 26.5 50.28 -
YUV 145.01 151.7 155.81 -
System Red Green Blue C M Y K H S L
Decimal 184 117 187 0.02 0.37 0 0.27 297.43 0.34 0.6
Hex B8 75 BB 2 25 0 1B 129 22 3C
Octal 270 165 273 2 45 0 33 451 42 74
Binary 10111000 1110101 10111011 10 100101 0 11011 100101001 100010 111100

Color Harmonies of #B875BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B875BB

Black with #B875BB

Text Example


Text Example

White with #B875BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B875BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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