Html Css Color HEX #B533BB Fuchsia

📋 copy color: '#B533BB'

red 181 ◦ green 51 ◦ blue 187

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

Shades of Fuchsia #B533BB

Tints of Fuchsia #B533BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.63%

R = 43.2%
G = 12.17%
B = 44.63%

CMYK

 C value IS 0.03

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B533BB (or 0xB533BB) is known color: Fuchsia. HEX triplet: B5, 33 and BB. RGB value is (181,51,187). Sum of RGB (Red+Green+Blue) = 181+51+187=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 51 (20.31% from 255 or 12.17% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 187 - color contains mainly: blue. Hex color #B533BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B533BB is #4ACC44. Grayscale: #686868. Windows color (decimal): -4901957 or 12268469. OLE color: 12268469.

HSL color Cylindrical-coordinate representation of color #B533BB: hue angle of 297.35º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B533BB is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 51 187 -
CMYK 0.03 0.73 0 0.27
HSL 297.35º 0.57% 0.47% -
HSV(B) 297.35º 0.73% 0.73% -
XYZ 29.21 15.78 48.52 -
YUV 105.37 174.07 181.94 -
System Red Green Blue C M Y K H S L
Decimal 181 51 187 0.03 0.73 0 0.27 297.35 0.57 0.47
Hex B5 33 BB 3 49 0 1B 129 39 2F
Octal 265 63 273 3 111 0 33 451 71 57
Binary 10110101 110011 10111011 11 1001001 0 11011 100101001 111001 101111

Color Harmonies of #B533BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B533BB

Black with #B533BB

Text Example


Text Example

White with #B533BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B533BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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