Html Css Color HEX #B34DBB Fuchsia

📋 copy color: '#B34DBB'

red 179 ◦ green 77 ◦ blue 187

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

Shades of Fuchsia #B34DBB

Tints of Fuchsia #B34DBB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.38%

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

R = 40.41%
G = 17.38%
B = 42.21%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B34DBB (or 0xB34DBB) is known color: Fuchsia. HEX triplet: B3, 4D and BB. RGB value is (179,77,187). Sum of RGB (Red+Green+Blue) = 179+77+187=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 77 (30.47% from 255 or 17.38% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 187 - color contains mainly: blue. Hex color #B34DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34DBB is #4CB244. Grayscale: #777777. Windows color (decimal): -5026373 or 12275123. OLE color: 12275123.

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

Color convert

RGB 179 77 187 -
CMYK 0.04 0.59 0 0.27
HSL 295.64º 0.45% 0.52% -
HSV(B) 295.64º 0.59% 0.73% -
XYZ 30.21 18.48 48.99 -
YUV 120.04 165.79 170.06 -
System Red Green Blue C M Y K H S L
Decimal 179 77 187 0.04 0.59 0 0.27 295.64 0.45 0.52
Hex B3 4D BB 4 3B 0 1B 128 2D 34
Octal 263 115 273 4 73 0 33 450 55 64
Binary 10110011 1001101 10111011 100 111011 0 11011 100101000 101101 110100

Color Harmonies of #B34DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34DBB

Black with #B34DBB

Text Example


Text Example

White with #B34DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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