Html Css Color HEX #B34EBE Fuchsia

📋 copy color: '#B34EBE'

red 179 ◦ green 78 ◦ blue 190

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

Shades of Fuchsia #B34EBE

Tints of Fuchsia #B34EBE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.45%

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

R = 40.04%
G = 17.45%
B = 42.51%

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

#B34EBE (or 0xB34EBE) is known color: Fuchsia. HEX triplet: B3, 4E and BE. RGB value is (179,78,190). Sum of RGB (Red+Green+Blue) = 179+78+190=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 78 (30.86% from 255 or 17.45% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 190 - color contains mainly: blue. Hex color #B34EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34EBE is #4CB141. Grayscale: #787878. Windows color (decimal): -5026114 or 12471987. OLE color: 12471987.

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

Color convert

RGB 179 78 190 -
CMYK 0.06 0.59 0 0.25
HSL 294.11º 0.46% 0.53% -
HSV(B) 294.11º 0.59% 0.75% -
XYZ 30.61 18.75 50.72 -
YUV 120.97 166.96 169.39 -
System Red Green Blue C M Y K H S L
Decimal 179 78 190 0.06 0.59 0 0.25 294.11 0.46 0.53
Hex B3 4E BE 6 3B 0 19 126 2E 35
Octal 263 116 276 6 73 0 31 446 56 65
Binary 10110011 1001110 10111110 110 111011 0 11001 100100110 101110 110101

Color Harmonies of #B34EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34EBE

Black with #B34EBE

Text Example


Text Example

White with #B34EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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