Html Css Color HEX #B350B3 Fuchsia

📋 copy color: '#B350B3'

red 179 ◦ green 80 ◦ blue 179

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

Shades of Fuchsia #B350B3

Tints of Fuchsia #B350B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 40.87%

R = 40.87%
G = 18.26%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B350B3 (or 0xB350B3) is known color: Fuchsia. HEX triplet: B3, 50 and B3. RGB value is (179,80,179). Sum of RGB (Red+Green+Blue) = 179+80+179=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 80 (31.64% from 255 or 18.26% from 438); Blue value is 179 (70.31% from 255 or 40.87% from 438); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B350B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B350B3 is #4CAF4C. Grayscale: #787878. Windows color (decimal): -5025613 or 11751603. OLE color: 11751603.

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

Color convert

RGB 179 80 179 -
CMYK 0 0.55 0 0.30
HSL 300º 0.39% 0.51% -
HSV(B) 300º 0.55% 0.7% -
XYZ 29.6 18.58 44.67 -
YUV 120.89 160.8 169.45 -
System Red Green Blue C M Y K H S L
Decimal 179 80 179 0 0.55 0 0.30 300 0.39 0.51
Hex B3 50 B3 0 37 0 1E 12C 27 33
Octal 263 120 263 0 67 0 36 454 47 63
Binary 10110011 1010000 10110011 0 110111 0 11110 100101100 100111 110011

Color Harmonies of #B350B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B350B3

Black with #B350B3

Text Example


Text Example

White with #B350B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B350B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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