Html Css Color HEX #B13AAE Fuchsia

📋 copy color: '#B13AAE'

red 177 ◦ green 58 ◦ blue 174

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

Shades of Fuchsia #B13AAE

Tints of Fuchsia #B13AAE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.18%

 BLUE value IS 174 (68.36% from 255) = 42.54%

R = 43.28%
G = 14.18%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B13AAE (or 0xB13AAE) is known color: Fuchsia. HEX triplet: B1, 3A and AE. RGB value is (177,58,174). Sum of RGB (Red+Green+Blue) = 177+58+174=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 58 (23.05% from 255 or 14.18% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 177 - color contains mainly: red. Hex color #B13AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13AAE is #4EC551. Grayscale: #6A6A6A. Windows color (decimal): -5162322 or 11418289. OLE color: 11418289.

HSL color Cylindrical-coordinate representation of color #B13AAE: hue angle of 301.51º degrees, saturation: 0.51, 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 #B13AAE is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 58 174 -
CMYK 0 0.67 0.02 0.31
HSL 301.51º 0.51% 0.46% -
HSV(B) 301.51º 0.67% 0.69% -
XYZ 27.28 15.43 41.58 -
YUV 106.81 165.92 178.07 -
System Red Green Blue C M Y K H S L
Decimal 177 58 174 0 0.67 0.02 0.31 301.51 0.51 0.46
Hex B1 3A AE 0 43 2 1F 12E 33 2E
Octal 261 72 256 0 103 2 37 456 63 56
Binary 10110001 111010 10101110 0 1000011 10 11111 100101110 110011 101110

Color Harmonies of #B13AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13AAE

Black with #B13AAE

Text Example


Text Example

White with #B13AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13AAE; }

 p { color: rgb(177,58,174); }

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

background-color css

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

 a { background-color: rgb(177,58,174); }

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

border-color css

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

 span { border-color: rgb(177,58,174); }

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