Html Css Color HEX #B533B0 Fuchsia

📋 copy color: '#B533B0'

red 181 ◦ green 51 ◦ blue 176

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

Shades of Fuchsia #B533B0

Tints of Fuchsia #B533B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 43.14%

R = 44.36%
G = 12.5%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B533B0 (or 0xB533B0) is known color: Fuchsia. HEX triplet: B5, 33 and B0. RGB value is (181,51,176). Sum of RGB (Red+Green+Blue) = 181+51+176=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 51 (20.31% from 255 or 12.5% from 408); Blue value is 176 (69.14% from 255 or 43.14% from 408); Max value from RGB is 181 - color contains mainly: red. Hex color #B533B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B533B0 is #4ACC4F. Grayscale: #676767. Windows color (decimal): -4901968 or 11547573. OLE color: 11547573.

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

Color convert

RGB 181 51 176 -
CMYK 0 0.72 0.03 0.29
HSL 302.31º 0.56% 0.45% -
HSV(B) 302.31º 0.72% 0.71% -
XYZ 28.08 15.33 42.55 -
YUV 104.12 168.57 182.84 -
System Red Green Blue C M Y K H S L
Decimal 181 51 176 0 0.72 0.03 0.29 302.31 0.56 0.45
Hex B5 33 B0 0 48 3 1D 12E 38 2D
Octal 265 63 260 0 110 3 35 456 70 55
Binary 10110101 110011 10110000 0 1001000 11 11101 100101110 111000 101101

Color Harmonies of #B533B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B533B0

Black with #B533B0

Text Example


Text Example

White with #B533B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B533B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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