Html Css Color HEX #B533AD Fuchsia

📋 copy color: '#B533AD'

red 181 ◦ green 51 ◦ blue 173

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

Shades of Fuchsia #B533AD

Tints of Fuchsia #B533AD

RGB

 RED value IS 181 (71.09% from 255) = 44.69%

 GREEN value IS 51 (20.31% from 255) = 12.59%

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

R = 44.69%
G = 12.59%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B533AD (or 0xB533AD) is known color: Fuchsia. HEX triplet: B5, 33 and AD. RGB value is (181,51,173). Sum of RGB (Red+Green+Blue) = 181+51+173=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 51 (20.31% from 255 or 12.59% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 181 - color contains mainly: red. Hex color #B533AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B533AD is #4ACC52. Grayscale: #676767. Windows color (decimal): -4901971 or 11350965. OLE color: 11350965.

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

Color convert

RGB 181 51 173 -
CMYK 0 0.72 0.04 0.29
HSL 303.69º 0.56% 0.45% -
HSV(B) 303.69º 0.72% 0.71% -
XYZ 27.78 15.21 41.01 -
YUV 103.78 167.07 183.08 -
System Red Green Blue C M Y K H S L
Decimal 181 51 173 0 0.72 0.04 0.29 303.69 0.56 0.45
Hex B5 33 AD 0 48 4 1D 130 38 2D
Octal 265 63 255 0 110 4 35 460 70 55
Binary 10110101 110011 10101101 0 1001000 100 11101 100110000 111000 101101

Color Harmonies of #B533AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B533AD

Black with #B533AD

Text Example


Text Example

White with #B533AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B533AD; }

 p { color: rgb(181,51,173); }

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

background-color css

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

 a { background-color: rgb(181,51,173); }

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

border-color css

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

 span { border-color: rgb(181,51,173); }

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