Html Css Color HEX #B350B0 Fuchsia

📋 copy color: '#B350B0'

red 179 ◦ green 80 ◦ blue 176

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

Shades of Fuchsia #B350B0

Tints of Fuchsia #B350B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.46%

R = 41.15%
G = 18.39%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B350B0 (or 0xB350B0) is known color: Fuchsia. HEX triplet: B3, 50 and B0. RGB value is (179,80,176). Sum of RGB (Red+Green+Blue) = 179+80+176=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 176 (69.14% from 255 or 40.46% from 435); Max value from RGB is 179 - color contains mainly: red. Hex color #B350B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B350B0 is #4CAF4F. Grayscale: #787878. Windows color (decimal): -5025616 or 11554995. OLE color: 11554995.

HSL color Cylindrical-coordinate representation of color #B350B0: hue angle of 301.82º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B350B0 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 80 176 -
CMYK 0 0.55 0.02 0.30
HSL 301.82º 0.39% 0.51% -
HSV(B) 301.82º 0.55% 0.7% -
XYZ 29.3 18.46 43.09 -
YUV 120.55 159.3 169.69 -
System Red Green Blue C M Y K H S L
Decimal 179 80 176 0 0.55 0.02 0.30 301.82 0.39 0.51
Hex B3 50 B0 0 37 2 1E 12E 27 33
Octal 263 120 260 0 67 2 36 456 47 63
Binary 10110011 1010000 10110000 0 110111 10 11110 100101110 100111 110011

Color Harmonies of #B350B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B350B0

Black with #B350B0

Text Example


Text Example

White with #B350B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B350B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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