Html Css Color HEX #B351B0 Fuchsia

📋 copy color: '#B351B0'

red 179 ◦ green 81 ◦ blue 176

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

Shades of Fuchsia #B351B0

Tints of Fuchsia #B351B0

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.58%

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

R = 41.06%
G = 18.58%
B = 40.37%

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

#B351B0 (or 0xB351B0) is known color: Fuchsia. HEX triplet: B3, 51 and B0. RGB value is (179,81,176). Sum of RGB (Red+Green+Blue) = 179+81+176=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 81 (32.03% from 255 or 18.58% from 436); Blue value is 176 (69.14% from 255 or 40.37% from 436); Max value from RGB is 179 - color contains mainly: red. Hex color #B351B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B351B0 is #4CAE4F. Grayscale: #787878. Windows color (decimal): -5025360 or 11555251. OLE color: 11555251.

HSL color Cylindrical-coordinate representation of color #B351B0: hue angle of 301.84º 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 #B351B0 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 81 176 -
CMYK 0 0.55 0.02 0.30
HSL 301.84º 0.39% 0.51% -
HSV(B) 301.84º 0.55% 0.7% -
XYZ 29.37 18.6 43.12 -
YUV 121.13 158.97 169.28 -
System Red Green Blue C M Y K H S L
Decimal 179 81 176 0 0.55 0.02 0.30 301.84 0.39 0.51
Hex B3 51 B0 0 37 2 1E 12E 27 33
Octal 263 121 260 0 67 2 36 456 47 63
Binary 10110011 1010001 10110000 0 110111 10 11110 100101110 100111 110011

Color Harmonies of #B351B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B351B0

Black with #B351B0

Text Example


Text Example

White with #B351B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B351B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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