Html Css Color HEX #B350AB Fuchsia

📋 copy color: '#B350AB'

red 179 ◦ green 80 ◦ blue 171

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

Shades of Fuchsia #B350AB

Tints of Fuchsia #B350AB

RGB

 RED value IS 179 (70.31% from 255) = 41.63%

 GREEN value IS 80 (31.64% from 255) = 18.6%

 BLUE value IS 171 (67.19% from 255) = 39.77%

R = 41.63%
G = 18.6%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B350AB (or 0xB350AB) is known color: Fuchsia. HEX triplet: B3, 50 and AB. RGB value is (179,80,171). Sum of RGB (Red+Green+Blue) = 179+80+171=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 179 - color contains mainly: red. Hex color #B350AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B350AB is #4CAF54. Grayscale: #777777. Windows color (decimal): -5025621 or 11227315. OLE color: 11227315.

HSL color Cylindrical-coordinate representation of color #B350AB: hue angle of 304.85º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B350AB is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 80 171 -
CMYK 0 0.55 0.04 0.30
HSL 304.85º 0.39% 0.51% -
HSV(B) 304.85º 0.55% 0.7% -
XYZ 28.81 18.26 40.53 -
YUV 119.98 156.8 170.1 -
System Red Green Blue C M Y K H S L
Decimal 179 80 171 0 0.55 0.04 0.30 304.85 0.39 0.51
Hex B3 50 AB 0 37 4 1E 131 27 33
Octal 263 120 253 0 67 4 36 461 47 63
Binary 10110011 1010000 10101011 0 110111 100 11110 100110001 100111 110011

Color Harmonies of #B350AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B350AB

Black with #B350AB

Text Example


Text Example

White with #B350AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B350AB; }

 p { color: rgb(179,80,171); }

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

background-color css

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

 a { background-color: rgb(179,80,171); }

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

border-color css

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

 span { border-color: rgb(179,80,171); }

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