Html Css Color HEX #B351C2 Fuchsia

📋 copy color: '#B351C2'

red 179 ◦ green 81 ◦ blue 194

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

Shades of Fuchsia #B351C2

Tints of Fuchsia #B351C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 42.73%

R = 39.43%
G = 17.84%
B = 42.73%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B351C2 (or 0xB351C2) is known color: Fuchsia. HEX triplet: B3, 51 and C2. RGB value is (179,81,194). Sum of RGB (Red+Green+Blue) = 179+81+194=454 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.43% from 454); Green value is 81 (32.03% from 255 or 17.84% from 454); Blue value is 194 (76.17% from 255 or 42.73% from 454); Max value from RGB is 194 - color contains mainly: blue. Hex color #B351C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B351C2 is #4CAE3D. Grayscale: #7A7A7A. Windows color (decimal): -5025342 or 12734899. OLE color: 12734899.

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

Color convert

RGB 179 81 194 -
CMYK 0.08 0.58 0 0.24
HSL 292.04º 0.48% 0.54% -
HSV(B) 292.04º 0.58% 0.76% -
XYZ 31.27 19.36 53.13 -
YUV 123.18 167.97 167.81 -
System Red Green Blue C M Y K H S L
Decimal 179 81 194 0.08 0.58 0 0.24 292.04 0.48 0.54
Hex B3 51 C2 8 3A 0 18 124 30 36
Octal 263 121 302 10 72 0 30 444 60 66
Binary 10110011 1010001 11000010 1000 111010 0 11000 100100100 110000 110110

Color Harmonies of #B351C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B351C2

Black with #B351C2

Text Example


Text Example

White with #B351C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B351C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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