Html Css Color HEX #B34DB5 Fuchsia

📋 copy color: '#B34DB5'

red 179 ◦ green 77 ◦ blue 181

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

Shades of Fuchsia #B34DB5

Tints of Fuchsia #B34DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 41.42%

R = 40.96%
G = 17.62%
B = 41.42%

CMYK

 C value IS 0.01

 M value IS 0.57

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B34DB5 (or 0xB34DB5) is known color: Fuchsia. HEX triplet: B3, 4D and B5. RGB value is (179,77,181). Sum of RGB (Red+Green+Blue) = 179+77+181=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 77 (30.47% from 255 or 17.62% from 437); Blue value is 181 (71.09% from 255 or 41.42% from 437); Max value from RGB is 181 - color contains mainly: blue. Hex color #B34DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34DB5 is #4CB24A. Grayscale: #777777. Windows color (decimal): -5026379 or 11881907. OLE color: 11881907.

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

Color convert

RGB 179 77 181 -
CMYK 0.01 0.57 0 0.29
HSL 298.85º 0.41% 0.51% -
HSV(B) 298.85º 0.57% 0.71% -
XYZ 29.58 18.23 45.68 -
YUV 119.35 162.79 170.54 -
System Red Green Blue C M Y K H S L
Decimal 179 77 181 0.01 0.57 0 0.29 298.85 0.41 0.51
Hex B3 4D B5 1 39 0 1D 12B 29 33
Octal 263 115 265 1 71 0 35 453 51 63
Binary 10110011 1001101 10110101 1 111001 0 11101 100101011 101001 110011

Color Harmonies of #B34DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34DB5

Black with #B34DB5

Text Example


Text Example

White with #B34DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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