Html Css Color HEX #B13BA6 Fuchsia

📋 copy color: '#B13BA6'

red 177 ◦ green 59 ◦ blue 166

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

Shades of Fuchsia #B13BA6

Tints of Fuchsia #B13BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 41.29%

R = 44.03%
G = 14.68%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#B13BA6 (or 0xB13BA6) is known color: Fuchsia. HEX triplet: B1, 3B and A6. RGB value is (177,59,166). Sum of RGB (Red+Green+Blue) = 177+59+166=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 59 (23.44% from 255 or 14.68% from 402); Blue value is 166 (65.23% from 255 or 41.29% from 402); Max value from RGB is 177 - color contains mainly: red. Hex color #B13BA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13BA6 is #4EC459. Grayscale: #6A6A6A. Windows color (decimal): -5162074 or 10894257. OLE color: 10894257.

HSL color Cylindrical-coordinate representation of color #B13BA6: hue angle of 305.59º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B13BA6 is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 59 166 -
CMYK 0 0.67 0.06 0.31
HSL 305.59º 0.5% 0.46% -
HSV(B) 305.59º 0.67% 0.69% -
XYZ 26.58 15.23 37.61 -
YUV 106.48 161.59 178.3 -
System Red Green Blue C M Y K H S L
Decimal 177 59 166 0 0.67 0.06 0.31 305.59 0.5 0.46
Hex B1 3B A6 0 43 6 1F 132 32 2E
Octal 261 73 246 0 103 6 37 462 62 56
Binary 10110001 111011 10100110 0 1000011 110 11111 100110010 110010 101110

Color Harmonies of #B13BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13BA6

Black with #B13BA6

Text Example


Text Example

White with #B13BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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