Html Css Color HEX #B34DC0 Fuchsia

📋 copy color: '#B34DC0'

red 179 ◦ green 77 ◦ blue 192

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

Shades of Fuchsia #B34DC0

Tints of Fuchsia #B34DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 42.86%

R = 39.96%
G = 17.19%
B = 42.86%

CMYK

 C value IS 0.07

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B34DC0 (or 0xB34DC0) is known color: Fuchsia. HEX triplet: B3, 4D and C0. RGB value is (179,77,192). Sum of RGB (Red+Green+Blue) = 179+77+192=448 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.96% from 448); Green value is 77 (30.47% from 255 or 17.19% from 448); Blue value is 192 (75.39% from 255 or 42.86% from 448); Max value from RGB is 192 - color contains mainly: blue. Hex color #B34DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34DC0 is #4CB23F. Grayscale: #787878. Windows color (decimal): -5026368 or 12602803. OLE color: 12602803.

HSL color Cylindrical-coordinate representation of color #B34DC0: hue angle of 293.22º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B34DC0 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 77 192 -
CMYK 0.07 0.60 0 0.25
HSL 293.22º 0.48% 0.53% -
HSV(B) 293.22º 0.6% 0.75% -
XYZ 30.76 18.7 51.86 -
YUV 120.61 168.29 169.65 -
System Red Green Blue C M Y K H S L
Decimal 179 77 192 0.07 0.60 0 0.25 293.22 0.48 0.53
Hex B3 4D C0 7 3C 0 19 125 30 35
Octal 263 115 300 7 74 0 31 445 60 65
Binary 10110011 1001101 11000000 111 111100 0 11001 100100101 110000 110101

Color Harmonies of #B34DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34DC0

Black with #B34DC0

Text Example


Text Example

White with #B34DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34DC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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