Html Css Color HEX #B346B3 Fuchsia

📋 copy color: '#B346B3'

red 179 ◦ green 70 ◦ blue 179

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

Shades of Fuchsia #B346B3

Tints of Fuchsia #B346B3

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.36%

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

R = 41.82%
G = 16.36%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B346B3 (or 0xB346B3) is known color: Fuchsia. HEX triplet: B3, 46 and B3. RGB value is (179,70,179). Sum of RGB (Red+Green+Blue) = 179+70+179=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 70 (27.73% from 255 or 16.36% from 428); Blue value is 179 (70.31% from 255 or 41.82% from 428); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B346B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B346B3 is #4CB94C. Grayscale: #727272. Windows color (decimal): -5028173 or 11749043. OLE color: 11749043.

HSL color Cylindrical-coordinate representation of color #B346B3: hue angle of 300º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B346B3 is Cyan = 0, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 70 179 -
CMYK 0 0.61 0 0.30
HSL 300º 0.44% 0.49% -
HSV(B) 300º 0.61% 0.7% -
XYZ 28.92 17.22 44.45 -
YUV 115.02 164.11 173.64 -
System Red Green Blue C M Y K H S L
Decimal 179 70 179 0 0.61 0 0.30 300 0.44 0.49
Hex B3 46 B3 0 3D 0 1E 12C 2C 31
Octal 263 106 263 0 75 0 36 454 54 61
Binary 10110011 1000110 10110011 0 111101 0 11110 100101100 101100 110001

Color Harmonies of #B346B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B346B3

Black with #B346B3

Text Example


Text Example

White with #B346B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B346B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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