Html Css Color HEX #B345AB Fuchsia

📋 copy color: '#B345AB'

red 179 ◦ green 69 ◦ blue 171

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

Shades of Fuchsia #B345AB

Tints of Fuchsia #B345AB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.47%

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

R = 42.72%
G = 16.47%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B345AB (or 0xB345AB) is known color: Fuchsia. HEX triplet: B3, 45 and AB. RGB value is (179,69,171). Sum of RGB (Red+Green+Blue) = 179+69+171=419 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.72% from 419); Green value is 69 (27.34% from 255 or 16.47% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 179 - color contains mainly: red. Hex color #B345AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B345AB is #4CBA54. Grayscale: #717171. Windows color (decimal): -5028437 or 11224499. OLE color: 11224499.

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

Color convert

RGB 179 69 171 -
CMYK 0 0.61 0.04 0.30
HSL 304.36º 0.44% 0.49% -
HSV(B) 304.36º 0.61% 0.7% -
XYZ 28.07 16.78 40.29 -
YUV 113.52 160.44 174.71 -
System Red Green Blue C M Y K H S L
Decimal 179 69 171 0 0.61 0.04 0.30 304.36 0.44 0.49
Hex B3 45 AB 0 3D 4 1E 130 2C 31
Octal 263 105 253 0 75 4 36 460 54 61
Binary 10110011 1000101 10101011 0 111101 100 11110 100110000 101100 110001

Color Harmonies of #B345AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B345AB

Black with #B345AB

Text Example


Text Example

White with #B345AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B345AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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