Html Css Color HEX #B338AB Fuchsia

📋 copy color: '#B338AB'

red 179 ◦ green 56 ◦ blue 171

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

Shades of Fuchsia #B338AB

Tints of Fuchsia #B338AB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.79%

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

R = 44.09%
G = 13.79%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B338AB (or 0xB338AB) is known color: Fuchsia. HEX triplet: B3, 38 and AB. RGB value is (179,56,171). Sum of RGB (Red+Green+Blue) = 179+56+171=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 56 (22.27% from 255 or 13.79% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 179 - color contains mainly: red. Hex color #B338AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B338AB is #4CC754. Grayscale: #696969. Windows color (decimal): -5031765 or 11221171. OLE color: 11221171.

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

Color convert

RGB 179 56 171 -
CMYK 0 0.69 0.04 0.30
HSL 303.9º 0.52% 0.46% -
HSV(B) 303.9º 0.69% 0.7% -
XYZ 27.36 15.35 40.05 -
YUV 105.89 164.75 180.15 -
System Red Green Blue C M Y K H S L
Decimal 179 56 171 0 0.69 0.04 0.30 303.9 0.52 0.46
Hex B3 38 AB 0 45 4 1E 130 34 2E
Octal 263 70 253 0 105 4 36 460 64 56
Binary 10110011 111000 10101011 0 1000101 100 11110 100110000 110100 101110

Color Harmonies of #B338AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B338AB

Black with #B338AB

Text Example


Text Example

White with #B338AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B338AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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