Html Css Color HEX #B34EBA Fuchsia

📋 copy color: '#B34EBA'

red 179 ◦ green 78 ◦ blue 186

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

Shades of Fuchsia #B34EBA

Tints of Fuchsia #B34EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.99%

R = 40.41%
G = 17.61%
B = 41.99%

CMYK

 C value IS 0.04

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B34EBA (or 0xB34EBA) is known color: Fuchsia. HEX triplet: B3, 4E and BA. RGB value is (179,78,186). Sum of RGB (Red+Green+Blue) = 179+78+186=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 78 (30.86% from 255 or 17.61% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #B34EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34EBA is #4CB145. Grayscale: #787878. Windows color (decimal): -5026118 or 12209843. OLE color: 12209843.

HSL color Cylindrical-coordinate representation of color #B34EBA: hue angle of 296.11º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B34EBA is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 78 186 -
CMYK 0.04 0.58 0 0.27
HSL 296.11º 0.44% 0.52% -
HSV(B) 296.11º 0.58% 0.73% -
XYZ 30.18 18.58 48.45 -
YUV 120.51 164.96 169.72 -
System Red Green Blue C M Y K H S L
Decimal 179 78 186 0.04 0.58 0 0.27 296.11 0.44 0.52
Hex B3 4E BA 4 3A 0 1B 128 2C 34
Octal 263 116 272 4 72 0 33 450 54 64
Binary 10110011 1001110 10111010 100 111010 0 11011 100101000 101100 110100

Color Harmonies of #B34EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34EBA

Black with #B34EBA

Text Example


Text Example

White with #B34EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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