Html Css Color HEX #B336BB Fuchsia

📋 copy color: '#B336BB'

red 179 ◦ green 54 ◦ blue 187

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

Shades of Fuchsia #B336BB

Tints of Fuchsia #B336BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.52%

R = 42.62%
G = 12.86%
B = 44.52%

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

#B336BB (or 0xB336BB) is known color: Fuchsia. HEX triplet: B3, 36 and BB. RGB value is (179,54,187). Sum of RGB (Red+Green+Blue) = 179+54+187=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 54 (21.48% from 255 or 12.86% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 187 - color contains mainly: blue. Hex color #B336BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B336BB is #4CC944. Grayscale: #6A6A6A. Windows color (decimal): -5032261 or 12269235. OLE color: 12269235.

HSL color Cylindrical-coordinate representation of color #B336BB: hue angle of 296.39º 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 #B336BB is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 54 187 -
CMYK 0.04 0.71 0 0.27
HSL 296.39º 0.55% 0.47% -
HSV(B) 296.39º 0.71% 0.73% -
XYZ 28.88 15.81 48.54 -
YUV 106.54 173.41 179.69 -
System Red Green Blue C M Y K H S L
Decimal 179 54 187 0.04 0.71 0 0.27 296.39 0.55 0.47
Hex B3 36 BB 4 47 0 1B 128 37 2F
Octal 263 66 273 4 107 0 33 450 67 57
Binary 10110011 110110 10111011 100 1000111 0 11011 100101000 110111 101111

Color Harmonies of #B336BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B336BB

Black with #B336BB

Text Example


Text Example

White with #B336BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B336BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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