Html Css Color HEX #B344B3 Fuchsia

📋 copy color: '#B344B3'

red 179 ◦ green 68 ◦ blue 179

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

Shades of Fuchsia #B344B3

Tints of Fuchsia #B344B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 42.02%

R = 42.02%
G = 15.96%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B344B3 (or 0xB344B3) is known color: Fuchsia. HEX triplet: B3, 44 and B3. RGB value is (179,68,179). Sum of RGB (Red+Green+Blue) = 179+68+179=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 68 (26.95% from 255 or 15.96% from 426); Blue value is 179 (70.31% from 255 or 42.02% from 426); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B344B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B344B3 is #4CBB4C. Grayscale: #717171. Windows color (decimal): -5028685 or 11748531. OLE color: 11748531.

HSL color Cylindrical-coordinate representation of color #B344B3: hue angle of 300º 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 #B344B3 is Cyan = 0, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 68 179 -
CMYK 0 0.62 0 0.30
HSL 300º 0.45% 0.48% -
HSV(B) 300º 0.62% 0.7% -
XYZ 28.79 16.97 44.41 -
YUV 113.84 164.77 174.47 -
System Red Green Blue C M Y K H S L
Decimal 179 68 179 0 0.62 0 0.30 300 0.45 0.48
Hex B3 44 B3 0 3E 0 1E 12C 2D 30
Octal 263 104 263 0 76 0 36 454 55 60
Binary 10110011 1000100 10110011 0 111110 0 11110 100101100 101101 110000

Color Harmonies of #B344B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B344B3

Black with #B344B3

Text Example


Text Example

White with #B344B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B344B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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