Html Css Color HEX #B331BB Fuchsia

📋 copy color: '#B331BB'

red 179 ◦ green 49 ◦ blue 187

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

Shades of Fuchsia #B331BB

Tints of Fuchsia #B331BB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.81%

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

R = 43.13%
G = 11.81%
B = 45.06%

CMYK

 C value IS 0.04

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B331BB (or 0xB331BB) is known color: Fuchsia. HEX triplet: B3, 31 and BB. RGB value is (179,49,187). Sum of RGB (Red+Green+Blue) = 179+49+187=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 49 (19.53% from 255 or 11.81% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 187 - color contains mainly: blue. Hex color #B331BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B331BB is #4CCE44. Grayscale: #676767. Windows color (decimal): -5033541 or 12267955. OLE color: 12267955.

HSL color Cylindrical-coordinate representation of color #B331BB: hue angle of 296.52º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B331BB is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 49 187 -
CMYK 0.04 0.74 0 0.27
HSL 296.52º 0.58% 0.46% -
HSV(B) 296.52º 0.74% 0.73% -
XYZ 28.66 15.37 48.47 -
YUV 103.6 175.07 181.78 -
System Red Green Blue C M Y K H S L
Decimal 179 49 187 0.04 0.74 0 0.27 296.52 0.58 0.46
Hex B3 31 BB 4 4A 0 1B 129 3A 2E
Octal 263 61 273 4 112 0 33 451 72 56
Binary 10110011 110001 10111011 100 1001010 0 11011 100101001 111010 101110

Color Harmonies of #B331BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B331BB

Black with #B331BB

Text Example


Text Example

White with #B331BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B331BB; }

 p { color: rgb(179,49,187); }

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

background-color css

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

 a { background-color: rgb(179,49,187); }

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

border-color css

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

 span { border-color: rgb(179,49,187); }

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