Html Css Color HEX #B536B2 Fuchsia

📋 copy color: '#B536B2'

red 181 ◦ green 54 ◦ blue 178

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

Shades of Fuchsia #B536B2

Tints of Fuchsia #B536B2

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.08%

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

R = 43.83%
G = 13.08%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B536B2 (or 0xB536B2) is known color: Fuchsia. HEX triplet: B5, 36 and B2. RGB value is (181,54,178). Sum of RGB (Red+Green+Blue) = 181+54+178=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 54 (21.48% from 255 or 13.08% from 413); Blue value is 178 (69.92% from 255 or 43.10% from 413); Max value from RGB is 181 - color contains mainly: red. Hex color #B536B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B536B2 is #4AC94D. Grayscale: #696969. Windows color (decimal): -4901198 or 11679413. OLE color: 11679413.

HSL color Cylindrical-coordinate representation of color #B536B2: hue angle of 301.42º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B536B2 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 54 178 -
CMYK 0 0.70 0.02 0.29
HSL 301.42º 0.54% 0.46% -
HSV(B) 301.42º 0.7% 0.71% -
XYZ 28.41 15.68 43.65 -
YUV 106.11 168.58 181.42 -
System Red Green Blue C M Y K H S L
Decimal 181 54 178 0 0.70 0.02 0.29 301.42 0.54 0.46
Hex B5 36 B2 0 46 2 1D 12D 36 2E
Octal 265 66 262 0 106 2 35 455 66 56
Binary 10110101 110110 10110010 0 1000110 10 11101 100101101 110110 101110

Color Harmonies of #B536B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B536B2

Black with #B536B2

Text Example


Text Example

White with #B536B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B536B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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