Html Css Color HEX #B133AA Fuchsia

📋 copy color: '#B133AA'

red 177 ◦ green 51 ◦ blue 170

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

Shades of Fuchsia #B133AA

Tints of Fuchsia #B133AA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.81%

 BLUE value IS 170 (66.8% from 255) = 42.71%

R = 44.47%
G = 12.81%
B = 42.71%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B133AA (or 0xB133AA) is known color: Fuchsia. HEX triplet: B1, 33 and AA. RGB value is (177,51,170). Sum of RGB (Red+Green+Blue) = 177+51+170=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 51 (20.31% from 255 or 12.81% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 177 - color contains mainly: red. Hex color #B133AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B133AA is #4ECC55. Grayscale: #656565. Windows color (decimal): -5164118 or 11154353. OLE color: 11154353.

HSL color Cylindrical-coordinate representation of color #B133AA: hue angle of 303.33º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B133AA is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 51 170 -
CMYK 0 0.71 0.04 0.31
HSL 303.33º 0.55% 0.45% -
HSV(B) 303.33º 0.71% 0.69% -
XYZ 26.57 14.62 39.45 -
YUV 102.24 166.24 181.32 -
System Red Green Blue C M Y K H S L
Decimal 177 51 170 0 0.71 0.04 0.31 303.33 0.55 0.45
Hex B1 33 AA 0 47 4 1F 12F 37 2D
Octal 261 63 252 0 107 4 37 457 67 55
Binary 10110001 110011 10101010 0 1000111 100 11111 100101111 110111 101101

Color Harmonies of #B133AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B133AA

Black with #B133AA

Text Example


Text Example

White with #B133AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B133AA; }

 p { color: rgb(177,51,170); }

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

background-color css

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

 a { background-color: rgb(177,51,170); }

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

border-color css

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

 span { border-color: rgb(177,51,170); }

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