Html Css Color HEX #B533B2 Fuchsia

📋 copy color: '#B533B2'

red 181 ◦ green 51 ◦ blue 178

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

Shades of Fuchsia #B533B2

Tints of Fuchsia #B533B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 43.41%

R = 44.15%
G = 12.44%
B = 43.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B533B2 (or 0xB533B2) is known color: Fuchsia. HEX triplet: B5, 33 and B2. RGB value is (181,51,178). Sum of RGB (Red+Green+Blue) = 181+51+178=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 51 (20.31% from 255 or 12.44% from 410); Blue value is 178 (69.92% from 255 or 43.41% from 410); Max value from RGB is 181 - color contains mainly: red. Hex color #B533B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B533B2 is #4ACC4D. Grayscale: #676767. Windows color (decimal): -4901966 or 11678645. OLE color: 11678645.

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

Color convert

RGB 181 51 178 -
CMYK 0 0.72 0.02 0.29
HSL 301.38º 0.56% 0.45% -
HSV(B) 301.38º 0.72% 0.71% -
XYZ 28.28 15.41 43.6 -
YUV 104.35 169.57 182.67 -
System Red Green Blue C M Y K H S L
Decimal 181 51 178 0 0.72 0.02 0.29 301.38 0.56 0.45
Hex B5 33 B2 0 48 2 1D 12D 38 2D
Octal 265 63 262 0 110 2 35 455 70 55
Binary 10110101 110011 10110010 0 1001000 10 11101 100101101 111000 101101

Color Harmonies of #B533B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B533B2

Black with #B533B2

Text Example


Text Example

White with #B533B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B533B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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