Html Css Color HEX #B349BC Fuchsia

📋 copy color: '#B349BC'

red 179 ◦ green 73 ◦ blue 188

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

Shades of Fuchsia #B349BC

Tints of Fuchsia #B349BC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.59%

 BLUE value IS 188 (73.83% from 255) = 42.73%

R = 40.68%
G = 16.59%
B = 42.73%

CMYK

 C value IS 0.05

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B349BC (or 0xB349BC) is known color: Fuchsia. HEX triplet: B3, 49 and BC. RGB value is (179,73,188). Sum of RGB (Red+Green+Blue) = 179+73+188=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 73 (28.91% from 255 or 16.59% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 188 - color contains mainly: blue. Hex color #B349BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B349BC is #4CB643. Grayscale: #757575. Windows color (decimal): -5027396 or 12339635. OLE color: 12339635.

HSL color Cylindrical-coordinate representation of color #B349BC: hue angle of 295.3º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B349BC is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 179 73 188 -
CMYK 0.05 0.61 0 0.26
HSL 295.3º 0.46% 0.51% -
HSV(B) 295.3º 0.61% 0.74% -
XYZ 30.05 17.98 49.46 -
YUV 117.8 167.62 171.65 -
System Red Green Blue C M Y K H S L
Decimal 179 73 188 0.05 0.61 0 0.26 295.3 0.46 0.51
Hex B3 49 BC 5 3D 0 1A 127 2E 33
Octal 263 111 274 5 75 0 32 447 56 63
Binary 10110011 1001001 10111100 101 111101 0 11010 100100111 101110 110011

Color Harmonies of #B349BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B349BC

Black with #B349BC

Text Example


Text Example

White with #B349BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B349BC; }

 p { color: rgb(179,73,188); }

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

background-color css

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

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

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

border-color css

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

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

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