Html Css Color HEX #B132B7 Fuchsia

📋 copy color: '#B132B7'

red 177 ◦ green 50 ◦ blue 183

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

Shades of Fuchsia #B132B7

Tints of Fuchsia #B132B7

RGB

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

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

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

R = 43.17%
G = 12.2%
B = 44.63%

CMYK

 C value IS 0.03

 M value IS 0.73

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B132B7 (or 0xB132B7) is known color: Fuchsia. HEX triplet: B1, 32 and B7. RGB value is (177,50,183). Sum of RGB (Red+Green+Blue) = 177+50+183=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 50 (19.92% from 255 or 12.20% from 410); Blue value is 183 (71.88% from 255 or 44.63% from 410); Max value from RGB is 183 - color contains mainly: blue. Hex color #B132B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B132B7 is #4ECD48. Grayscale: #666666. Windows color (decimal): -5164361 or 12006065. OLE color: 12006065.

HSL color Cylindrical-coordinate representation of color #B132B7: hue angle of 297.29º 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 #B132B7 is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 177 50 183 -
CMYK 0.03 0.73 0 0.28
HSL 297.29º 0.57% 0.46% -
HSV(B) 297.29º 0.73% 0.72% -
XYZ 27.82 15.05 46.24 -
YUV 103.14 173.08 180.69 -
System Red Green Blue C M Y K H S L
Decimal 177 50 183 0.03 0.73 0 0.28 297.29 0.57 0.46
Hex B1 32 B7 3 49 0 1C 129 39 2E
Octal 261 62 267 3 111 0 34 451 71 56
Binary 10110001 110010 10110111 11 1001001 0 11100 100101001 111001 101110

Color Harmonies of #B132B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B132B7

Black with #B132B7

Text Example


Text Example

White with #B132B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B132B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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