Html Css Color HEX #B336BD Fuchsia

📋 copy color: '#B336BD'

red 179 ◦ green 54 ◦ blue 189

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

Shades of Fuchsia #B336BD

Tints of Fuchsia #B336BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.79%

R = 42.42%
G = 12.8%
B = 44.79%

CMYK

 C value IS 0.05

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B336BD (or 0xB336BD) is known color: Fuchsia. HEX triplet: B3, 36 and BD. RGB value is (179,54,189). Sum of RGB (Red+Green+Blue) = 179+54+189=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 54 (21.48% from 255 or 12.80% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 189 - color contains mainly: blue. Hex color #B336BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B336BD is #4CC942. Grayscale: #6A6A6A. Windows color (decimal): -5032259 or 12400307. OLE color: 12400307.

HSL color Cylindrical-coordinate representation of color #B336BD: hue angle of 295.56º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B336BD is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 179 54 189 -
CMYK 0.05 0.71 0 0.26
HSL 295.56º 0.56% 0.48% -
HSV(B) 295.56º 0.71% 0.74% -
XYZ 29.09 15.9 49.68 -
YUV 106.77 174.41 179.52 -
System Red Green Blue C M Y K H S L
Decimal 179 54 189 0.05 0.71 0 0.26 295.56 0.56 0.48
Hex B3 36 BD 5 47 0 1A 128 38 30
Octal 263 66 275 5 107 0 32 450 70 60
Binary 10110011 110110 10111101 101 1000111 0 11010 100101000 111000 110000

Color Harmonies of #B336BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B336BD

Black with #B336BD

Text Example


Text Example

White with #B336BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B336BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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