Html Css Color HEX #B348AB Fuchsia

📋 copy color: '#B348AB'

red 179 ◦ green 72 ◦ blue 171

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

Shades of Fuchsia #B348AB

Tints of Fuchsia #B348AB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.06%

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

R = 42.42%
G = 17.06%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B348AB (or 0xB348AB) is known color: Fuchsia. HEX triplet: B3, 48 and AB. RGB value is (179,72,171). Sum of RGB (Red+Green+Blue) = 179+72+171=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 72 (28.52% from 255 or 17.06% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 179 - color contains mainly: red. Hex color #B348AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B348AB is #4CB754. Grayscale: #727272. Windows color (decimal): -5027669 or 11225267. OLE color: 11225267.

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

Color convert

RGB 179 72 171 -
CMYK 0 0.60 0.04 0.30
HSL 304.49º 0.43% 0.49% -
HSV(B) 304.49º 0.6% 0.7% -
XYZ 28.26 17.16 40.35 -
YUV 115.28 159.45 173.45 -
System Red Green Blue C M Y K H S L
Decimal 179 72 171 0 0.60 0.04 0.30 304.49 0.43 0.49
Hex B3 48 AB 0 3C 4 1E 130 2B 31
Octal 263 110 253 0 74 4 36 460 53 61
Binary 10110011 1001000 10101011 0 111100 100 11110 100110000 101011 110001

Color Harmonies of #B348AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B348AB

Black with #B348AB

Text Example


Text Example

White with #B348AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B348AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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