Html Css Color HEX #B346C0 Fuchsia

📋 copy color: '#B346C0'

red 179 ◦ green 70 ◦ blue 192

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

Shades of Fuchsia #B346C0

Tints of Fuchsia #B346C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.54%

R = 40.59%
G = 15.87%
B = 43.54%

CMYK

 C value IS 0.07

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B346C0 (or 0xB346C0) is known color: Fuchsia. HEX triplet: B3, 46 and C0. RGB value is (179,70,192). Sum of RGB (Red+Green+Blue) = 179+70+192=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 70 (27.73% from 255 or 15.87% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 192 - color contains mainly: blue. Hex color #B346C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B346C0 is #4CB93F. Grayscale: #747474. Windows color (decimal): -5028160 or 12601011. OLE color: 12601011.

HSL color Cylindrical-coordinate representation of color #B346C0: hue angle of 293.61º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B346C0 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 70 192 -
CMYK 0.07 0.64 0 0.25
HSL 293.61º 0.49% 0.51% -
HSV(B) 293.61º 0.64% 0.75% -
XYZ 30.3 17.77 51.7 -
YUV 116.5 170.61 172.58 -
System Red Green Blue C M Y K H S L
Decimal 179 70 192 0.07 0.64 0 0.25 293.61 0.49 0.51
Hex B3 46 C0 7 40 0 19 126 31 33
Octal 263 106 300 7 100 0 31 446 61 63
Binary 10110011 1000110 11000000 111 1000000 0 11001 100100110 110001 110011

Color Harmonies of #B346C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B346C0

Black with #B346C0

Text Example


Text Example

White with #B346C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B346C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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