Html Css Color HEX #B34FBA Fuchsia

📋 copy color: '#B34FBA'

red 179 ◦ green 79 ◦ blue 186

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

Shades of Fuchsia #B34FBA

Tints of Fuchsia #B34FBA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.79%

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

R = 40.32%
G = 17.79%
B = 41.89%

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

#B34FBA (or 0xB34FBA) is known color: Fuchsia. HEX triplet: B3, 4F and BA. RGB value is (179,79,186). Sum of RGB (Red+Green+Blue) = 179+79+186=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 79 (31.25% from 255 or 17.79% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #B34FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34FBA is #4CB045. Grayscale: #787878. Windows color (decimal): -5025862 or 12210099. OLE color: 12210099.

HSL color Cylindrical-coordinate representation of color #B34FBA: hue angle of 296.07º 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 #B34FBA is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 79 186 -
CMYK 0.04 0.58 0 0.27
HSL 296.07º 0.44% 0.52% -
HSV(B) 296.07º 0.58% 0.73% -
XYZ 30.25 18.72 48.47 -
YUV 121.1 164.63 169.3 -
System Red Green Blue C M Y K H S L
Decimal 179 79 186 0.04 0.58 0 0.27 296.07 0.44 0.52
Hex B3 4F BA 4 3A 0 1B 128 2C 34
Octal 263 117 272 4 72 0 33 450 54 64
Binary 10110011 1001111 10111010 100 111010 0 11011 100101000 101100 110100

Color Harmonies of #B34FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34FBA

Black with #B34FBA

Text Example


Text Example

White with #B34FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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