Html Css Color HEX #B344B0 Fuchsia

📋 copy color: '#B344B0'

red 179 ◦ green 68 ◦ blue 176

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

Shades of Fuchsia #B344B0

Tints of Fuchsia #B344B0

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.08%

 BLUE value IS 176 (69.14% from 255) = 41.61%

R = 42.32%
G = 16.08%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B344B0 (or 0xB344B0) is known color: Fuchsia. HEX triplet: B3, 44 and B0. RGB value is (179,68,176). Sum of RGB (Red+Green+Blue) = 179+68+176=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 68 (26.95% from 255 or 16.08% from 423); Blue value is 176 (69.14% from 255 or 41.61% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B344B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B344B0 is #4CBB4F. Grayscale: #717171. Windows color (decimal): -5028688 or 11551923. OLE color: 11551923.

HSL color Cylindrical-coordinate representation of color #B344B0: hue angle of 301.62º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B344B0 is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 68 176 -
CMYK 0 0.62 0.02 0.30
HSL 301.62º 0.45% 0.48% -
HSV(B) 301.62º 0.62% 0.7% -
XYZ 28.49 16.85 42.83 -
YUV 113.5 163.27 174.72 -
System Red Green Blue C M Y K H S L
Decimal 179 68 176 0 0.62 0.02 0.30 301.62 0.45 0.48
Hex B3 44 B0 0 3E 2 1E 12E 2D 30
Octal 263 104 260 0 76 2 36 456 55 60
Binary 10110011 1000100 10110000 0 111110 10 11110 100101110 101101 110000

Color Harmonies of #B344B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B344B0

Black with #B344B0

Text Example


Text Example

White with #B344B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B344B0; }

 p { color: rgb(179,68,176); }

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

background-color css

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

 a { background-color: rgb(179,68,176); }

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

border-color css

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

 span { border-color: rgb(179,68,176); }

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