Html Css Color HEX #B34ABB Fuchsia

📋 copy color: '#B34ABB'

red 179 ◦ green 74 ◦ blue 187

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

Shades of Fuchsia #B34ABB

Tints of Fuchsia #B34ABB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.82%

 BLUE value IS 187 (73.44% from 255) = 42.5%

R = 40.68%
G = 16.82%
B = 42.5%

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

#B34ABB (or 0xB34ABB) is known color: Fuchsia. HEX triplet: B3, 4A and BB. RGB value is (179,74,187). Sum of RGB (Red+Green+Blue) = 179+74+187=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 74 (29.30% from 255 or 16.82% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #B34ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B34ABB is #4CB544. Grayscale: #757575. Windows color (decimal): -5027141 or 12274355. OLE color: 12274355.

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

Color convert

RGB 179 74 187 -
CMYK 0.04 0.60 0 0.27
HSL 295.75º 0.45% 0.51% -
HSV(B) 295.75º 0.6% 0.73% -
XYZ 30.01 18.07 48.92 -
YUV 118.28 166.79 171.31 -
System Red Green Blue C M Y K H S L
Decimal 179 74 187 0.04 0.60 0 0.27 295.75 0.45 0.51
Hex B3 4A BB 4 3C 0 1B 128 2D 33
Octal 263 112 273 4 74 0 33 450 55 63
Binary 10110011 1001010 10111011 100 111100 0 11011 100101000 101101 110011

Color Harmonies of #B34ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34ABB

Black with #B34ABB

Text Example


Text Example

White with #B34ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34ABB; }

 p { color: rgb(179,74,187); }

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

background-color css

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

 a { background-color: rgb(179,74,187); }

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

border-color css

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

 span { border-color: rgb(179,74,187); }

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