Html Css Color HEX #B133B3 Fuchsia

📋 copy color: '#B133B3'

red 177 ◦ green 51 ◦ blue 179

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

Shades of Fuchsia #B133B3

Tints of Fuchsia #B133B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 43.98%

R = 43.49%
G = 12.53%
B = 43.98%

CMYK

 C value IS 0.01

 M value IS 0.72

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B133B3 (or 0xB133B3) is known color: Fuchsia. HEX triplet: B1, 33 and B3. RGB value is (177,51,179). Sum of RGB (Red+Green+Blue) = 177+51+179=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 51 (20.31% from 255 or 12.53% from 407); Blue value is 179 (70.31% from 255 or 43.98% from 407); Max value from RGB is 179 - color contains mainly: blue. Hex color #B133B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B133B3 is #4ECC4C. Grayscale: #666666. Windows color (decimal): -5164109 or 11744177. OLE color: 11744177.

HSL color Cylindrical-coordinate representation of color #B133B3: hue angle of 299.06º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B133B3 is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 177 51 179 -
CMYK 0.01 0.72 0 0.30
HSL 299.06º 0.56% 0.45% -
HSV(B) 299.06º 0.72% 0.7% -
XYZ 27.45 14.97 44.09 -
YUV 103.27 170.74 180.59 -
System Red Green Blue C M Y K H S L
Decimal 177 51 179 0.01 0.72 0 0.30 299.06 0.56 0.45
Hex B1 33 B3 1 48 0 1E 12B 38 2D
Octal 261 63 263 1 110 0 36 453 70 55
Binary 10110001 110011 10110011 1 1001000 0 11110 100101011 111000 101101

Color Harmonies of #B133B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B133B3

Black with #B133B3

Text Example


Text Example

White with #B133B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B133B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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