Html Css Color HEX #B36DB6 Fuchsia

📋 copy color: '#B36DB6'

red 179 ◦ green 109 ◦ blue 182

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

Shades of Fuchsia #B36DB6

Tints of Fuchsia #B36DB6

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.19%

 BLUE value IS 182 (71.48% from 255) = 38.72%

R = 38.09%
G = 23.19%
B = 38.72%

CMYK

 C value IS 0.02

 M value IS 0.40

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B36DB6 (or 0xB36DB6) is known color: Fuchsia. HEX triplet: B3, 6D and B6. RGB value is (179,109,182). Sum of RGB (Red+Green+Blue) = 179+109+182=470 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.09% from 470); Green value is 109 (42.97% from 255 or 23.19% from 470); Blue value is 182 (71.48% from 255 or 38.72% from 470); Max value from RGB is 182 - color contains mainly: blue. Hex color #B36DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36DB6 is #4C9249. Grayscale: #8A8A8A. Windows color (decimal): -5018186 or 11955635. OLE color: 11955635.

HSL color Cylindrical-coordinate representation of color #B36DB6: hue angle of 297.53º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B36DB6 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 179 109 182 -
CMYK 0.02 0.40 0 0.29
HSL 297.53º 0.33% 0.57% -
HSV(B) 297.53º 0.4% 0.71% -
XYZ 32.5 23.9 47.16 -
YUV 138.25 152.69 157.06 -
System Red Green Blue C M Y K H S L
Decimal 179 109 182 0.02 0.40 0 0.29 297.53 0.33 0.57
Hex B3 6D B6 2 28 0 1D 12A 21 39
Octal 263 155 266 2 50 0 35 452 41 71
Binary 10110011 1101101 10110110 10 101000 0 11101 100101010 100001 111001

Color Harmonies of #B36DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36DB6

Black with #B36DB6

Text Example


Text Example

White with #B36DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36DB6; }

 p { color: rgb(179,109,182); }

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

background-color css

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

 a { background-color: rgb(179,109,182); }

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

border-color css

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

 span { border-color: rgb(179,109,182); }

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