Html Css Color HEX #B34DB8 Fuchsia

📋 copy color: '#B34DB8'

red 179 ◦ green 77 ◦ blue 184

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

Shades of Fuchsia #B34DB8

Tints of Fuchsia #B34DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.82%

R = 40.68%
G = 17.5%
B = 41.82%

CMYK

 C value IS 0.03

 M value IS 0.58

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B34DB8 (or 0xB34DB8) is known color: Fuchsia. HEX triplet: B3, 4D and B8. RGB value is (179,77,184). Sum of RGB (Red+Green+Blue) = 179+77+184=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 77 (30.47% from 255 or 17.5% from 440); Blue value is 184 (72.27% from 255 or 41.82% from 440); Max value from RGB is 184 - color contains mainly: blue. Hex color #B34DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34DB8 is #4CB247. Grayscale: #777777. Windows color (decimal): -5026376 or 12078515. OLE color: 12078515.

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

Color convert

RGB 179 77 184 -
CMYK 0.03 0.58 0 0.28
HSL 297.2º 0.43% 0.51% -
HSV(B) 297.2º 0.58% 0.72% -
XYZ 29.9 18.35 47.31 -
YUV 119.7 164.29 170.3 -
System Red Green Blue C M Y K H S L
Decimal 179 77 184 0.03 0.58 0 0.28 297.2 0.43 0.51
Hex B3 4D B8 3 3A 0 1C 129 2B 33
Octal 263 115 270 3 72 0 34 451 53 63
Binary 10110011 1001101 10111000 11 111010 0 11100 100101001 101011 110011

Color Harmonies of #B34DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34DB8

Black with #B34DB8

Text Example


Text Example

White with #B34DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34DB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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