Html Css Color HEX #B327AD Fuchsia

📋 copy color: '#B327AD'

red 179 ◦ green 39 ◦ blue 173

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

Shades of Fuchsia #B327AD

Tints of Fuchsia #B327AD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.97%

 BLUE value IS 173 (67.97% from 255) = 44.25%

R = 45.78%
G = 9.97%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B327AD (or 0xB327AD) is known color: Fuchsia. HEX triplet: B3, 27 and AD. RGB value is (179,39,173). Sum of RGB (Red+Green+Blue) = 179+39+173=391 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.78% from 391); Green value is 39 (15.62% from 255 or 9.97% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 179 - color contains mainly: red. Hex color #B327AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B327AD is #4CD852. Grayscale: #5F5F5F. Windows color (decimal): -5036115 or 11347891. OLE color: 11347891.

HSL color Cylindrical-coordinate representation of color #B327AD: hue angle of 302.57º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B327AD is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 39 173 -
CMYK 0 0.78 0.03 0.30
HSL 302.57º 0.64% 0.43% -
HSV(B) 302.57º 0.78% 0.7% -
XYZ 26.86 14.05 40.83 -
YUV 96.14 171.38 187.1 -
System Red Green Blue C M Y K H S L
Decimal 179 39 173 0 0.78 0.03 0.30 302.57 0.64 0.43
Hex B3 27 AD 0 4E 3 1E 12F 40 2B
Octal 263 47 255 0 116 3 36 457 100 53
Binary 10110011 100111 10101101 0 1001110 11 11110 100101111 1000000 101011

Color Harmonies of #B327AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B327AD

Black with #B327AD

Text Example


Text Example

White with #B327AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B327AD; }

 p { color: rgb(179,39,173); }

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

background-color css

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

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

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

border-color css

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

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

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