Html Css Color HEX #B343BF Fuchsia

📋 copy color: '#B343BF'

red 179 ◦ green 67 ◦ blue 191

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

Shades of Fuchsia #B343BF

Tints of Fuchsia #B343BF

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.33%

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

R = 40.96%
G = 15.33%
B = 43.71%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B343BF (or 0xB343BF) is known color: Fuchsia. HEX triplet: B3, 43 and BF. RGB value is (179,67,191). Sum of RGB (Red+Green+Blue) = 179+67+191=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 67 (26.56% from 255 or 15.33% from 437); Blue value is 191 (75% from 255 or 43.71% from 437); Max value from RGB is 191 - color contains mainly: blue. Hex color #B343BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B343BF is #4CBC40. Grayscale: #727272. Windows color (decimal): -5028929 or 12534707. OLE color: 12534707.

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

Color convert

RGB 179 67 191 -
CMYK 0.06 0.65 0 0.25
HSL 294.19º 0.49% 0.51% -
HSV(B) 294.19º 0.65% 0.75% -
XYZ 30 17.36 51.06 -
YUV 114.62 171.11 173.92 -
System Red Green Blue C M Y K H S L
Decimal 179 67 191 0.06 0.65 0 0.25 294.19 0.49 0.51
Hex B3 43 BF 6 41 0 19 126 31 33
Octal 263 103 277 6 101 0 31 446 61 63
Binary 10110011 1000011 10111111 110 1000001 0 11001 100100110 110001 110011

Color Harmonies of #B343BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B343BF

Black with #B343BF

Text Example


Text Example

White with #B343BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B343BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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