Html Css Color HEX #B34DB6 Fuchsia

📋 copy color: '#B34DB6'

red 179 ◦ green 77 ◦ blue 182

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

Shades of Fuchsia #B34DB6

Tints of Fuchsia #B34DB6

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.58%

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

R = 40.87%
G = 17.58%
B = 41.55%

CMYK

 C value IS 0.02

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B34DB6 (or 0xB34DB6) is known color: Fuchsia. HEX triplet: B3, 4D and B6. RGB value is (179,77,182). Sum of RGB (Red+Green+Blue) = 179+77+182=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 77 (30.47% from 255 or 17.58% from 438); Blue value is 182 (71.48% from 255 or 41.55% from 438); Max value from RGB is 182 - color contains mainly: blue. Hex color #B34DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34DB6 is #4CB249. Grayscale: #777777. Windows color (decimal): -5026378 or 11947443. OLE color: 11947443.

HSL color Cylindrical-coordinate representation of color #B34DB6: hue angle of 298.29º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B34DB6 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 179 77 182 -
CMYK 0.02 0.58 0 0.29
HSL 298.29º 0.42% 0.51% -
HSV(B) 298.29º 0.58% 0.71% -
XYZ 29.69 18.27 46.22 -
YUV 119.47 163.29 170.46 -
System Red Green Blue C M Y K H S L
Decimal 179 77 182 0.02 0.58 0 0.29 298.29 0.42 0.51
Hex B3 4D B6 2 3A 0 1D 12A 2A 33
Octal 263 115 266 2 72 0 35 452 52 63
Binary 10110011 1001101 10110110 10 111010 0 11101 100101010 101010 110011

Color Harmonies of #B34DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34DB6

Black with #B34DB6

Text Example


Text Example

White with #B34DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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