Html Css Color HEX #B873BD Fuchsia

📋 copy color: '#B873BD'

red 184 ◦ green 115 ◦ blue 189

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

Shades of Fuchsia #B873BD

Tints of Fuchsia #B873BD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.57%

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

R = 37.7%
G = 23.57%
B = 38.73%

CMYK

 C value IS 0.03

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B873BD (or 0xB873BD) is known color: Fuchsia. HEX triplet: B8, 73 and BD. RGB value is (184,115,189). Sum of RGB (Red+Green+Blue) = 184+115+189=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 115 (45.31% from 255 or 23.57% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 189 - color contains mainly: blue. Hex color #B873BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B873BD is #478C42. Grayscale: #8F8F8F. Windows color (decimal): -4688963 or 12415928. OLE color: 12415928.

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

Color convert

RGB 184 115 189 -
CMYK 0.03 0.39 0 0.26
HSL 295.95º 0.36% 0.6% -
HSV(B) 295.95º 0.39% 0.74% -
XYZ 35.08 26.13 51.34 -
YUV 144.07 153.36 156.48 -
System Red Green Blue C M Y K H S L
Decimal 184 115 189 0.03 0.39 0 0.26 295.95 0.36 0.6
Hex B8 73 BD 3 27 0 1A 128 24 3C
Octal 270 163 275 3 47 0 32 450 44 74
Binary 10111000 1110011 10111101 11 100111 0 11010 100101000 100100 111100

Color Harmonies of #B873BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B873BD

Black with #B873BD

Text Example


Text Example

White with #B873BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B873BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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