Html Css Color HEX #B873BE Fuchsia

📋 copy color: '#B873BE'

red 184 ◦ green 115 ◦ blue 190

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

Shades of Fuchsia #B873BE

Tints of Fuchsia #B873BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.85%

R = 37.63%
G = 23.52%
B = 38.85%

CMYK

 C value IS 0.03

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B873BE (or 0xB873BE) is known color: Fuchsia. HEX triplet: B8, 73 and BE. RGB value is (184,115,190). Sum of RGB (Red+Green+Blue) = 184+115+190=489 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.63% from 489); Green value is 115 (45.31% from 255 or 23.52% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 190 - color contains mainly: blue. Hex color #B873BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B873BE is #478C41. Grayscale: #8F8F8F. Windows color (decimal): -4688962 or 12481464. OLE color: 12481464.

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

Color convert

RGB 184 115 190 -
CMYK 0.03 0.39 0 0.25
HSL 295.2º 0.37% 0.6% -
HSV(B) 295.2º 0.39% 0.75% -
XYZ 35.19 26.17 51.91 -
YUV 144.18 153.86 156.4 -
System Red Green Blue C M Y K H S L
Decimal 184 115 190 0.03 0.39 0 0.25 295.2 0.37 0.6
Hex B8 73 BE 3 27 0 19 127 25 3C
Octal 270 163 276 3 47 0 31 447 45 74
Binary 10111000 1110011 10111110 11 100111 0 11001 100100111 100101 111100

Color Harmonies of #B873BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B873BE

Black with #B873BE

Text Example


Text Example

White with #B873BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B873BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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