Html Css Color HEX #B350C1 Fuchsia

📋 copy color: '#B350C1'

red 179 ◦ green 80 ◦ blue 193

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

Shades of Fuchsia #B350C1

Tints of Fuchsia #B350C1

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.7%

 BLUE value IS 193 (75.78% from 255) = 42.7%

R = 39.6%
G = 17.7%
B = 42.7%

CMYK

 C value IS 0.07

 M value IS 0.59

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B350C1 (or 0xB350C1) is known color: Fuchsia. HEX triplet: B3, 50 and C1. RGB value is (179,80,193). Sum of RGB (Red+Green+Blue) = 179+80+193=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 80 (31.64% from 255 or 17.70% from 452); Blue value is 193 (75.78% from 255 or 42.70% from 452); Max value from RGB is 193 - color contains mainly: blue. Hex color #B350C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B350C1 is #4CAF3E. Grayscale: #7A7A7A. Windows color (decimal): -5025599 or 12669107. OLE color: 12669107.

HSL color Cylindrical-coordinate representation of color #B350C1: hue angle of 292.57º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B350C1 is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 179 80 193 -
CMYK 0.07 0.59 0 0.24
HSL 292.57º 0.48% 0.54% -
HSV(B) 292.57º 0.59% 0.76% -
XYZ 31.08 19.17 52.51 -
YUV 122.48 167.8 168.31 -
System Red Green Blue C M Y K H S L
Decimal 179 80 193 0.07 0.59 0 0.24 292.57 0.48 0.54
Hex B3 50 C1 7 3B 0 18 125 30 36
Octal 263 120 301 7 73 0 30 445 60 66
Binary 10110011 1010000 11000001 111 111011 0 11000 100100101 110000 110110

Color Harmonies of #B350C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B350C1

Black with #B350C1

Text Example


Text Example

White with #B350C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B350C1; }

 p { color: rgb(179,80,193); }

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

background-color css

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

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

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

border-color css

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

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

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