Html Css Color HEX #B13BB4 Fuchsia

📋 copy color: '#B13BB4'

red 177 ◦ green 59 ◦ blue 180

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

Shades of Fuchsia #B13BB4

Tints of Fuchsia #B13BB4

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.18%

 BLUE value IS 180 (70.7% from 255) = 43.27%

R = 42.55%
G = 14.18%
B = 43.27%

CMYK

 C value IS 0.02

 M value IS 0.67

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B13BB4 (or 0xB13BB4) is known color: Fuchsia. HEX triplet: B1, 3B and B4. RGB value is (177,59,180). Sum of RGB (Red+Green+Blue) = 177+59+180=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 59 (23.44% from 255 or 14.18% from 416); Blue value is 180 (70.70% from 255 or 43.27% from 416); Max value from RGB is 180 - color contains mainly: blue. Hex color #B13BB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13BB4 is #4EC44B. Grayscale: #6B6B6B. Windows color (decimal): -5162060 or 11811761. OLE color: 11811761.

HSL color Cylindrical-coordinate representation of color #B13BB4: hue angle of 298.51º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B13BB4 is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 177 59 180 -
CMYK 0.02 0.67 0 0.29
HSL 298.51º 0.51% 0.47% -
HSV(B) 298.51º 0.67% 0.71% -
XYZ 27.93 15.77 44.75 -
YUV 108.08 168.59 177.16 -
System Red Green Blue C M Y K H S L
Decimal 177 59 180 0.02 0.67 0 0.29 298.51 0.51 0.47
Hex B1 3B B4 2 43 0 1D 12B 33 2F
Octal 261 73 264 2 103 0 35 453 63 57
Binary 10110001 111011 10110100 10 1000011 0 11101 100101011 110011 101111

Color Harmonies of #B13BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13BB4

Black with #B13BB4

Text Example


Text Example

White with #B13BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13BB4; }

 p { color: rgb(177,59,180); }

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

background-color css

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

 a { background-color: rgb(177,59,180); }

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

border-color css

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

 span { border-color: rgb(177,59,180); }

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