Html Css Color HEX #B34DBE Fuchsia

📋 copy color: '#B34DBE'

red 179 ◦ green 77 ◦ blue 190

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

Shades of Fuchsia #B34DBE

Tints of Fuchsia #B34DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.6%

R = 40.13%
G = 17.26%
B = 42.6%

CMYK

 C value IS 0.06

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B34DBE (or 0xB34DBE) is known color: Fuchsia. HEX triplet: B3, 4D and BE. RGB value is (179,77,190). Sum of RGB (Red+Green+Blue) = 179+77+190=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #B34DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34DBE is #4CB241. Grayscale: #787878. Windows color (decimal): -5026370 or 12471731. OLE color: 12471731.

HSL color Cylindrical-coordinate representation of color #B34DBE: hue angle of 294.16º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B34DBE is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 77 190 -
CMYK 0.06 0.59 0 0.25
HSL 294.16º 0.47% 0.52% -
HSV(B) 294.16º 0.59% 0.75% -
XYZ 30.54 18.61 50.7 -
YUV 120.38 167.29 169.81 -
System Red Green Blue C M Y K H S L
Decimal 179 77 190 0.06 0.59 0 0.25 294.16 0.47 0.52
Hex B3 4D BE 6 3B 0 19 126 2F 34
Octal 263 115 276 6 73 0 31 446 57 64
Binary 10110011 1001101 10111110 110 111011 0 11001 100100110 101111 110100

Color Harmonies of #B34DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34DBE

Black with #B34DBE

Text Example


Text Example

White with #B34DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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