Html Css Color HEX #B353BF Fuchsia

📋 copy color: '#B353BF'

red 179 ◦ green 83 ◦ blue 191

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

Shades of Fuchsia #B353BF

Tints of Fuchsia #B353BF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.32%

 BLUE value IS 191 (75% from 255) = 42.16%

R = 39.51%
G = 18.32%
B = 42.16%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B353BF (or 0xB353BF) is known color: Fuchsia. HEX triplet: B3, 53 and BF. RGB value is (179,83,191). Sum of RGB (Red+Green+Blue) = 179+83+191=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 83 (32.81% from 255 or 18.32% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 191 - color contains mainly: blue. Hex color #B353BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B353BF is #4CAC40. Grayscale: #7B7B7B. Windows color (decimal): -5024833 or 12538803. OLE color: 12538803.

HSL color Cylindrical-coordinate representation of color #B353BF: hue angle of 293.33º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B353BF is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 83 191 -
CMYK 0.06 0.57 0 0.25
HSL 293.33º 0.46% 0.54% -
HSV(B) 293.33º 0.57% 0.75% -
XYZ 31.09 19.53 51.42 -
YUV 124.02 165.8 167.22 -
System Red Green Blue C M Y K H S L
Decimal 179 83 191 0.06 0.57 0 0.25 293.33 0.46 0.54
Hex B3 53 BF 6 39 0 19 125 2E 36
Octal 263 123 277 6 71 0 31 445 56 66
Binary 10110011 1010011 10111111 110 111001 0 11001 100100101 101110 110110

Color Harmonies of #B353BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B353BF

Black with #B353BF

Text Example


Text Example

White with #B353BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B353BF; }

 p { color: rgb(179,83,191); }

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

background-color css

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

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

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

border-color css

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

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

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