Html Css Color HEX #B333AD Fuchsia

📋 copy color: '#B333AD'

red 179 ◦ green 51 ◦ blue 173

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

Shades of Fuchsia #B333AD

Tints of Fuchsia #B333AD

RGB

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

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

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

R = 44.42%
G = 12.66%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B333AD (or 0xB333AD) is known color: Fuchsia. HEX triplet: B3, 33 and AD. RGB value is (179,51,173). Sum of RGB (Red+Green+Blue) = 179+51+173=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 51 (20.31% from 255 or 12.66% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 179 - color contains mainly: red. Hex color #B333AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B333AD is #4CCC52. Grayscale: #666666. Windows color (decimal): -5033043 or 11350963. OLE color: 11350963.

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

Color convert

RGB 179 51 173 -
CMYK 0 0.72 0.03 0.30
HSL 302.81º 0.56% 0.45% -
HSV(B) 302.81º 0.72% 0.7% -
XYZ 27.32 14.97 40.98 -
YUV 103.18 167.41 182.08 -
System Red Green Blue C M Y K H S L
Decimal 179 51 173 0 0.72 0.03 0.30 302.81 0.56 0.45
Hex B3 33 AD 0 48 3 1E 12F 38 2D
Octal 263 63 255 0 110 3 36 457 70 55
Binary 10110011 110011 10101101 0 1001000 11 11110 100101111 111000 101101

Color Harmonies of #B333AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B333AD

Black with #B333AD

Text Example


Text Example

White with #B333AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B333AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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