Html Css Color HEX #B53BA6 Fuchsia

📋 copy color: '#B53BA6'

red 181 ◦ green 59 ◦ blue 166

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

Shades of Fuchsia #B53BA6

Tints of Fuchsia #B53BA6

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.53%

 BLUE value IS 166 (65.23% from 255) = 40.89%

R = 44.58%
G = 14.53%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B53BA6 (or 0xB53BA6) is known color: Fuchsia. HEX triplet: B5, 3B and A6. RGB value is (181,59,166). Sum of RGB (Red+Green+Blue) = 181+59+166=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 59 (23.44% from 255 or 14.53% from 406); Blue value is 166 (65.23% from 255 or 40.89% from 406); Max value from RGB is 181 - color contains mainly: red. Hex color #B53BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53BA6 is #4AC459. Grayscale: #6B6B6B. Windows color (decimal): -4899930 or 10894261. OLE color: 10894261.

HSL color Cylindrical-coordinate representation of color #B53BA6: hue angle of 307.38º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B53BA6 is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 59 166 -
CMYK 0 0.67 0.08 0.29
HSL 307.38º 0.51% 0.47% -
HSV(B) 307.38º 0.67% 0.71% -
XYZ 27.5 15.7 37.66 -
YUV 107.68 160.92 180.3 -
System Red Green Blue C M Y K H S L
Decimal 181 59 166 0 0.67 0.08 0.29 307.38 0.51 0.47
Hex B5 3B A6 0 43 8 1D 133 33 2F
Octal 265 73 246 0 103 10 35 463 63 57
Binary 10110101 111011 10100110 0 1000011 1000 11101 100110011 110011 101111

Color Harmonies of #B53BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53BA6

Black with #B53BA6

Text Example


Text Example

White with #B53BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53BA6; }

 p { color: rgb(181,59,166); }

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

background-color css

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

 a { background-color: rgb(181,59,166); }

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

border-color css

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

 span { border-color: rgb(181,59,166); }

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