Html Css Color HEX #B13FBA Fuchsia

📋 copy color: '#B13FBA'

red 177 ◦ green 63 ◦ blue 186

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

Shades of Fuchsia #B13FBA

Tints of Fuchsia #B13FBA

RGB

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

 GREEN value IS 63 (25% from 255) = 14.79%

 BLUE value IS 186 (73.05% from 255) = 43.66%

R = 41.55%
G = 14.79%
B = 43.66%

CMYK

 C value IS 0.05

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B13FBA (or 0xB13FBA) is known color: Fuchsia. HEX triplet: B1, 3F and BA. RGB value is (177,63,186). Sum of RGB (Red+Green+Blue) = 177+63+186=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 63 (25% from 255 or 14.79% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #B13FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13FBA is #4EC045. Grayscale: #6E6E6E. Windows color (decimal): -5161030 or 12206001. OLE color: 12206001.

HSL color Cylindrical-coordinate representation of color #B13FBA: hue angle of 295.61º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B13FBA is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 63 186 -
CMYK 0.05 0.66 0 0.27
HSL 295.61º 0.49% 0.49% -
HSV(B) 295.61º 0.66% 0.73% -
XYZ 28.77 16.45 48.11 -
YUV 111.11 170.27 175 -
System Red Green Blue C M Y K H S L
Decimal 177 63 186 0.05 0.66 0 0.27 295.61 0.49 0.49
Hex B1 3F BA 5 42 0 1B 128 31 31
Octal 261 77 272 5 102 0 33 450 61 61
Binary 10110001 111111 10111010 101 1000010 0 11011 100101000 110001 110001

Color Harmonies of #B13FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13FBA

Black with #B13FBA

Text Example


Text Example

White with #B13FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13FBA; }

 p { color: rgb(177,63,186); }

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

background-color css

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

 a { background-color: rgb(177,63,186); }

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

border-color css

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

 span { border-color: rgb(177,63,186); }

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