Html Css Color HEX #B346BF Fuchsia

📋 copy color: '#B346BF'

red 179 ◦ green 70 ◦ blue 191

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

Shades of Fuchsia #B346BF

Tints of Fuchsia #B346BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.41%

R = 40.68%
G = 15.91%
B = 43.41%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B346BF (or 0xB346BF) is known color: Fuchsia. HEX triplet: B3, 46 and BF. RGB value is (179,70,191). Sum of RGB (Red+Green+Blue) = 179+70+191=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 70 (27.73% from 255 or 15.91% from 440); Blue value is 191 (75% from 255 or 43.41% from 440); Max value from RGB is 191 - color contains mainly: blue. Hex color #B346BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B346BF is #4CB940. Grayscale: #747474. Windows color (decimal): -5028161 or 12535475. OLE color: 12535475.

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

Color convert

RGB 179 70 191 -
CMYK 0.06 0.63 0 0.25
HSL 294.05º 0.49% 0.51% -
HSV(B) 294.05º 0.63% 0.75% -
XYZ 30.18 17.73 51.12 -
YUV 116.39 170.11 172.66 -
System Red Green Blue C M Y K H S L
Decimal 179 70 191 0.06 0.63 0 0.25 294.05 0.49 0.51
Hex B3 46 BF 6 3F 0 19 126 31 33
Octal 263 106 277 6 77 0 31 446 61 63
Binary 10110011 1000110 10111111 110 111111 0 11001 100100110 110001 110011

Color Harmonies of #B346BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B346BF

Black with #B346BF

Text Example


Text Example

White with #B346BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B346BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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