Html Css Color HEX #B350BC Fuchsia

📋 copy color: '#B350BC'

red 179 ◦ green 80 ◦ blue 188

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

Shades of Fuchsia #B350BC

Tints of Fuchsia #B350BC

RGB

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

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

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

R = 40.04%
G = 17.9%
B = 42.06%

CMYK

 C value IS 0.05

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B350BC (or 0xB350BC) is known color: Fuchsia. HEX triplet: B3, 50 and BC. RGB value is (179,80,188). Sum of RGB (Red+Green+Blue) = 179+80+188=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 80 (31.64% from 255 or 17.90% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 188 - color contains mainly: blue. Hex color #B350BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B350BC is #4CAF43. Grayscale: #797979. Windows color (decimal): -5025604 or 12341427. OLE color: 12341427.

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

Color convert

RGB 179 80 188 -
CMYK 0.05 0.57 0 0.26
HSL 295º 0.45% 0.53% -
HSV(B) 295º 0.57% 0.74% -
XYZ 30.54 18.95 49.63 -
YUV 121.91 165.3 168.72 -
System Red Green Blue C M Y K H S L
Decimal 179 80 188 0.05 0.57 0 0.26 295 0.45 0.53
Hex B3 50 BC 5 39 0 1A 127 2D 35
Octal 263 120 274 5 71 0 32 447 55 65
Binary 10110011 1010000 10111100 101 111001 0 11010 100100111 101101 110101

Color Harmonies of #B350BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B350BC

Black with #B350BC

Text Example


Text Example

White with #B350BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B350BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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