Html Css Color HEX #B34DB9 Fuchsia

📋 copy color: '#B34DB9'

red 179 ◦ green 77 ◦ blue 185

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

Shades of Fuchsia #B34DB9

Tints of Fuchsia #B34DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.95%

R = 40.59%
G = 17.46%
B = 41.95%

CMYK

 C value IS 0.03

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B34DB9 (or 0xB34DB9) is known color: Fuchsia. HEX triplet: B3, 4D and B9. RGB value is (179,77,185). Sum of RGB (Red+Green+Blue) = 179+77+185=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 77 (30.47% from 255 or 17.46% from 441); Blue value is 185 (72.66% from 255 or 41.95% from 441); Max value from RGB is 185 - color contains mainly: blue. Hex color #B34DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34DB9 is #4CB246. Grayscale: #777777. Windows color (decimal): -5026375 or 12144051. OLE color: 12144051.

HSL color Cylindrical-coordinate representation of color #B34DB9: hue angle of 296.67º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B34DB9 is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 77 185 -
CMYK 0.03 0.58 0 0.27
HSL 296.67º 0.44% 0.51% -
HSV(B) 296.67º 0.58% 0.73% -
XYZ 30 18.39 47.87 -
YUV 119.81 164.79 170.22 -
System Red Green Blue C M Y K H S L
Decimal 179 77 185 0.03 0.58 0 0.27 296.67 0.44 0.51
Hex B3 4D B9 3 3A 0 1B 129 2C 33
Octal 263 115 271 3 72 0 33 451 54 63
Binary 10110011 1001101 10111001 11 111010 0 11011 100101001 101100 110011

Color Harmonies of #B34DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34DB9

Black with #B34DB9

Text Example


Text Example

White with #B34DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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