Html Css Color HEX #B338AD Fuchsia

📋 copy color: '#B338AD'

red 179 ◦ green 56 ◦ blue 173

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

Shades of Fuchsia #B338AD

Tints of Fuchsia #B338AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.4%

R = 43.87%
G = 13.73%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B338AD (or 0xB338AD) is known color: Fuchsia. HEX triplet: B3, 38 and AD. RGB value is (179,56,173). Sum of RGB (Red+Green+Blue) = 179+56+173=408 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.87% from 408); Green value is 56 (22.27% from 255 or 13.73% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 179 - color contains mainly: red. Hex color #B338AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B338AD is #4CC752. Grayscale: #696969. Windows color (decimal): -5031763 or 11352243. OLE color: 11352243.

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

Color convert

RGB 179 56 173 -
CMYK 0 0.69 0.03 0.30
HSL 302.93º 0.52% 0.46% -
HSV(B) 302.93º 0.69% 0.7% -
XYZ 27.55 15.43 41.06 -
YUV 106.12 165.75 179.99 -
System Red Green Blue C M Y K H S L
Decimal 179 56 173 0 0.69 0.03 0.30 302.93 0.52 0.46
Hex B3 38 AD 0 45 3 1E 12F 34 2E
Octal 263 70 255 0 105 3 36 457 64 56
Binary 10110011 111000 10101101 0 1000101 11 11110 100101111 110100 101110

Color Harmonies of #B338AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B338AD

Black with #B338AD

Text Example


Text Example

White with #B338AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B338AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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