Html Css Color HEX #B338A8 Fuchsia

📋 copy color: '#B338A8'

red 179 ◦ green 56 ◦ blue 168

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

Shades of Fuchsia #B338A8

Tints of Fuchsia #B338A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 41.69%

R = 44.42%
G = 13.9%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B338A8 (or 0xB338A8) is known color: Fuchsia. HEX triplet: B3, 38 and A8. RGB value is (179,56,168). Sum of RGB (Red+Green+Blue) = 179+56+168=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 56 (22.27% from 255 or 13.90% from 403); Blue value is 168 (66.02% from 255 or 41.69% from 403); Max value from RGB is 179 - color contains mainly: red. Hex color #B338A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B338A8 is #4CC757. Grayscale: #696969. Windows color (decimal): -5031768 or 11024563. OLE color: 11024563.

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

Color convert

RGB 179 56 168 -
CMYK 0 0.69 0.06 0.30
HSL 305.37º 0.52% 0.46% -
HSV(B) 305.37º 0.69% 0.7% -
XYZ 27.07 15.24 38.56 -
YUV 105.55 163.25 180.39 -
System Red Green Blue C M Y K H S L
Decimal 179 56 168 0 0.69 0.06 0.30 305.37 0.52 0.46
Hex B3 38 A8 0 45 6 1E 131 34 2E
Octal 263 70 250 0 105 6 36 461 64 56
Binary 10110011 111000 10101000 0 1000101 110 11110 100110001 110100 101110

Color Harmonies of #B338A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B338A8

Black with #B338A8

Text Example


Text Example

White with #B338A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B338A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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