Html Css Color HEX #B338AA Fuchsia

📋 copy color: '#B338AA'

red 179 ◦ green 56 ◦ blue 170

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

Shades of Fuchsia #B338AA

Tints of Fuchsia #B338AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.98%

R = 44.2%
G = 13.83%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B338AA (or 0xB338AA) is known color: Fuchsia. HEX triplet: B3, 38 and AA. RGB value is (179,56,170). Sum of RGB (Red+Green+Blue) = 179+56+170=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 56 (22.27% from 255 or 13.83% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 179 - color contains mainly: red. Hex color #B338AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B338AA is #4CC755. Grayscale: #696969. Windows color (decimal): -5031766 or 11155635. OLE color: 11155635.

HSL color Cylindrical-coordinate representation of color #B338AA: hue angle of 304.39º 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 #B338AA is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 56 170 -
CMYK 0 0.69 0.05 0.30
HSL 304.39º 0.52% 0.46% -
HSV(B) 304.39º 0.69% 0.7% -
XYZ 27.26 15.31 39.55 -
YUV 105.77 164.25 180.23 -
System Red Green Blue C M Y K H S L
Decimal 179 56 170 0 0.69 0.05 0.30 304.39 0.52 0.46
Hex B3 38 AA 0 45 5 1E 130 34 2E
Octal 263 70 252 0 105 5 36 460 64 56
Binary 10110011 111000 10101010 0 1000101 101 11110 100110000 110100 101110

Color Harmonies of #B338AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B338AA

Black with #B338AA

Text Example


Text Example

White with #B338AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B338AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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