Html Css Color HEX #B333B5 Fuchsia

📋 copy color: '#B333B5'

red 179 ◦ green 51 ◦ blue 181

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

Shades of Fuchsia #B333B5

Tints of Fuchsia #B333B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 44.04%

R = 43.55%
G = 12.41%
B = 44.04%

CMYK

 C value IS 0.01

 M value IS 0.72

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B333B5 (or 0xB333B5) is known color: Fuchsia. HEX triplet: B3, 33 and B5. RGB value is (179,51,181). Sum of RGB (Red+Green+Blue) = 179+51+181=411 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.55% from 411); Green value is 51 (20.31% from 255 or 12.41% from 411); Blue value is 181 (71.09% from 255 or 44.04% from 411); Max value from RGB is 181 - color contains mainly: blue. Hex color #B333B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B333B5 is #4CCC4A. Grayscale: #676767. Windows color (decimal): -5033035 or 11875251. OLE color: 11875251.

HSL color Cylindrical-coordinate representation of color #B333B5: hue angle of 299.08º 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 #B333B5 is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 179 51 181 -
CMYK 0.01 0.72 0 0.29
HSL 299.08º 0.56% 0.45% -
HSV(B) 299.08º 0.72% 0.71% -
XYZ 28.11 15.29 45.19 -
YUV 104.09 171.41 181.43 -
System Red Green Blue C M Y K H S L
Decimal 179 51 181 0.01 0.72 0 0.29 299.08 0.56 0.45
Hex B3 33 B5 1 48 0 1D 12B 38 2D
Octal 263 63 265 1 110 0 35 453 70 55
Binary 10110011 110011 10110101 1 1001000 0 11101 100101011 111000 101101

Color Harmonies of #B333B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B333B5

Black with #B333B5

Text Example


Text Example

White with #B333B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B333B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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