Html Css Color HEX #B132B8 Fuchsia

📋 copy color: '#B132B8'

red 177 ◦ green 50 ◦ blue 184

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

Shades of Fuchsia #B132B8

Tints of Fuchsia #B132B8

RGB

 RED value IS 177 (69.53% from 255) = 43.07%

 GREEN value IS 50 (19.92% from 255) = 12.17%

 BLUE value IS 184 (72.27% from 255) = 44.77%

R = 43.07%
G = 12.17%
B = 44.77%

CMYK

 C value IS 0.04

 M value IS 0.73

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B132B8 (or 0xB132B8) is known color: Fuchsia. HEX triplet: B1, 32 and B8. RGB value is (177,50,184). Sum of RGB (Red+Green+Blue) = 177+50+184=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 50 (19.92% from 255 or 12.17% from 411); Blue value is 184 (72.27% from 255 or 44.77% from 411); Max value from RGB is 184 - color contains mainly: blue. Hex color #B132B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B132B8 is #4ECD47. Grayscale: #666666. Windows color (decimal): -5164360 or 12071601. OLE color: 12071601.

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

Color convert

RGB 177 50 184 -
CMYK 0.04 0.73 0 0.28
HSL 296.87º 0.57% 0.46% -
HSV(B) 296.87º 0.73% 0.72% -
XYZ 27.92 15.09 46.79 -
YUV 103.25 173.58 180.6 -
System Red Green Blue C M Y K H S L
Decimal 177 50 184 0.04 0.73 0 0.28 296.87 0.57 0.46
Hex B1 32 B8 4 49 0 1C 129 39 2E
Octal 261 62 270 4 111 0 34 451 71 56
Binary 10110001 110010 10111000 100 1001001 0 11100 100101001 111001 101110

Color Harmonies of #B132B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B132B8

Black with #B132B8

Text Example


Text Example

White with #B132B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B132B8; }

 p { color: rgb(177,50,184); }

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

background-color css

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

 a { background-color: rgb(177,50,184); }

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

border-color css

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

 span { border-color: rgb(177,50,184); }

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