Html Css Color HEX #B360B1 Fuchsia

📋 copy color: '#B360B1'

red 179 ◦ green 96 ◦ blue 177

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

Shades of Fuchsia #B360B1

Tints of Fuchsia #B360B1

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.24%

 BLUE value IS 177 (69.53% from 255) = 39.16%

R = 39.6%
G = 21.24%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B360B1 (or 0xB360B1) is known color: Fuchsia. HEX triplet: B3, 60 and B1. RGB value is (179,96,177). Sum of RGB (Red+Green+Blue) = 179+96+177=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 96 (37.89% from 255 or 21.24% from 452); Blue value is 177 (69.53% from 255 or 39.16% from 452); Max value from RGB is 179 - color contains mainly: red. Hex color #B360B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B360B1 is #4C9F4E. Grayscale: #818181. Windows color (decimal): -5021519 or 11624627. OLE color: 11624627.

HSL color Cylindrical-coordinate representation of color #B360B1: hue angle of 301.45º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B360B1 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 96 177 -
CMYK 0 0.46 0.01 0.30
HSL 301.45º 0.35% 0.54% -
HSV(B) 301.45º 0.46% 0.7% -
XYZ 30.71 21.12 44.05 -
YUV 130.05 154.5 162.91 -
System Red Green Blue C M Y K H S L
Decimal 179 96 177 0 0.46 0.01 0.30 301.45 0.35 0.54
Hex B3 60 B1 0 2E 1 1E 12D 23 36
Octal 263 140 261 0 56 1 36 455 43 66
Binary 10110011 1100000 10110001 0 101110 1 11110 100101101 100011 110110

Color Harmonies of #B360B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B360B1

Black with #B360B1

Text Example


Text Example

White with #B360B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B360B1; }

 p { color: rgb(179,96,177); }

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

background-color css

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

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

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

border-color css

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

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

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