Html Css Color HEX #B336BA Fuchsia

📋 copy color: '#B336BA'

red 179 ◦ green 54 ◦ blue 186

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

Shades of Fuchsia #B336BA

Tints of Fuchsia #B336BA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.89%

 BLUE value IS 186 (73.05% from 255) = 44.39%

R = 42.72%
G = 12.89%
B = 44.39%

CMYK

 C value IS 0.04

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B336BA (or 0xB336BA) is known color: Fuchsia. HEX triplet: B3, 36 and BA. RGB value is (179,54,186). Sum of RGB (Red+Green+Blue) = 179+54+186=419 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.72% from 419); Green value is 54 (21.48% from 255 or 12.89% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #B336BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B336BA is #4CC945. Grayscale: #6A6A6A. Windows color (decimal): -5032262 or 12203699. OLE color: 12203699.

HSL color Cylindrical-coordinate representation of color #B336BA: hue angle of 296.82º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B336BA is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 54 186 -
CMYK 0.04 0.71 0 0.27
HSL 296.82º 0.55% 0.47% -
HSV(B) 296.82º 0.71% 0.73% -
XYZ 28.77 15.77 47.98 -
YUV 106.42 172.91 179.77 -
System Red Green Blue C M Y K H S L
Decimal 179 54 186 0.04 0.71 0 0.27 296.82 0.55 0.47
Hex B3 36 BA 4 47 0 1B 129 37 2F
Octal 263 66 272 4 107 0 33 451 67 57
Binary 10110011 110110 10111010 100 1000111 0 11011 100101001 110111 101111

Color Harmonies of #B336BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B336BA

Black with #B336BA

Text Example


Text Example

White with #B336BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B336BA; }

 p { color: rgb(179,54,186); }

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

background-color css

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

 a { background-color: rgb(179,54,186); }

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

border-color css

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

 span { border-color: rgb(179,54,186); }

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