Html Css Color HEX #B373B7 Fuchsia

📋 copy color: '#B373B7'

red 179 ◦ green 115 ◦ blue 183

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

Shades of Fuchsia #B373B7

Tints of Fuchsia #B373B7

RGB

 RED value IS 179 (70.31% from 255) = 37.53%

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

 BLUE value IS 183 (71.88% from 255) = 38.36%

R = 37.53%
G = 24.11%
B = 38.36%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B373B7 (or 0xB373B7) is known color: Fuchsia. HEX triplet: B3, 73 and B7. RGB value is (179,115,183). Sum of RGB (Red+Green+Blue) = 179+115+183=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 115 (45.31% from 255 or 24.11% from 477); Blue value is 183 (71.88% from 255 or 38.36% from 477); Max value from RGB is 183 - color contains mainly: blue. Hex color #B373B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B373B7 is #4C8C48. Grayscale: #8D8D8D. Windows color (decimal): -5016649 or 12022707. OLE color: 12022707.

HSL color Cylindrical-coordinate representation of color #B373B7: hue angle of 296.47º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B373B7 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 179 115 183 -
CMYK 0.02 0.37 0 0.28
HSL 296.47º 0.32% 0.58% -
HSV(B) 296.47º 0.37% 0.72% -
XYZ 33.27 25.26 47.92 -
YUV 141.89 151.2 154.47 -
System Red Green Blue C M Y K H S L
Decimal 179 115 183 0.02 0.37 0 0.28 296.47 0.32 0.58
Hex B3 73 B7 2 25 0 1C 128 20 3A
Octal 263 163 267 2 45 0 34 450 40 72
Binary 10110011 1110011 10110111 10 100101 0 11100 100101000 100000 111010

Color Harmonies of #B373B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B373B7

Black with #B373B7

Text Example


Text Example

White with #B373B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B373B7; }

 p { color: rgb(179,115,183); }

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

background-color css

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

 a { background-color: rgb(179,115,183); }

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

border-color css

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

 span { border-color: rgb(179,115,183); }

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