Html Css Color HEX #B335BA Fuchsia

📋 copy color: '#B335BA'

red 179 ◦ green 53 ◦ blue 186

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

Shades of Fuchsia #B335BA

Tints of Fuchsia #B335BA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.68%

 BLUE value IS 186 (73.05% from 255) = 44.5%

R = 42.82%
G = 12.68%
B = 44.5%

CMYK

 C value IS 0.04

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B335BA (or 0xB335BA) is known color: Fuchsia. HEX triplet: B3, 35 and BA. RGB value is (179,53,186). Sum of RGB (Red+Green+Blue) = 179+53+186=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 53 (21.09% from 255 or 12.68% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #B335BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B335BA is #4CCA45. Grayscale: #696969. Windows color (decimal): -5032518 or 12203443. OLE color: 12203443.

HSL color Cylindrical-coordinate representation of color #B335BA: hue angle of 296.84º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B335BA is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 53 186 -
CMYK 0.04 0.72 0 0.27
HSL 296.84º 0.56% 0.47% -
HSV(B) 296.84º 0.72% 0.73% -
XYZ 28.73 15.68 47.97 -
YUV 105.84 173.24 180.19 -
System Red Green Blue C M Y K H S L
Decimal 179 53 186 0.04 0.72 0 0.27 296.84 0.56 0.47
Hex B3 35 BA 4 48 0 1B 129 38 2F
Octal 263 65 272 4 110 0 33 451 70 57
Binary 10110011 110101 10111010 100 1001000 0 11011 100101001 111000 101111

Color Harmonies of #B335BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B335BA

Black with #B335BA

Text Example


Text Example

White with #B335BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B335BA; }

 p { color: rgb(179,53,186); }

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

background-color css

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

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

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

border-color css

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

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

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