Html Css Color HEX #B34BBA Fuchsia

📋 copy color: '#B34BBA'

red 179 ◦ green 75 ◦ blue 186

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

Shades of Fuchsia #B34BBA

Tints of Fuchsia #B34BBA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.05%

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

R = 40.68%
G = 17.05%
B = 42.27%

CMYK

 C value IS 0.04

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B34BBA (or 0xB34BBA) is known color: Fuchsia. HEX triplet: B3, 4B and BA. RGB value is (179,75,186). Sum of RGB (Red+Green+Blue) = 179+75+186=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 75 (29.69% from 255 or 17.05% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 186 - color contains mainly: blue. Hex color #B34BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B34BBA is #4CB445. Grayscale: #767676. Windows color (decimal): -5026886 or 12209075. OLE color: 12209075.

HSL color Cylindrical-coordinate representation of color #B34BBA: hue angle of 296.22º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B34BBA is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 75 186 -
CMYK 0.04 0.60 0 0.27
HSL 296.22º 0.45% 0.51% -
HSV(B) 296.22º 0.6% 0.73% -
XYZ 29.97 18.16 48.38 -
YUV 118.75 165.96 170.97 -
System Red Green Blue C M Y K H S L
Decimal 179 75 186 0.04 0.60 0 0.27 296.22 0.45 0.51
Hex B3 4B BA 4 3C 0 1B 128 2D 33
Octal 263 113 272 4 74 0 33 450 55 63
Binary 10110011 1001011 10111010 100 111100 0 11011 100101000 101101 110011

Color Harmonies of #B34BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34BBA

Black with #B34BBA

Text Example


Text Example

White with #B34BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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