Html Css Color HEX #B53DAE Fuchsia

📋 copy color: '#B53DAE'

red 181 ◦ green 61 ◦ blue 174

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

Shades of Fuchsia #B53DAE

Tints of Fuchsia #B53DAE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.66%

 BLUE value IS 174 (68.36% from 255) = 41.83%

R = 43.51%
G = 14.66%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B53DAE (or 0xB53DAE) is known color: Fuchsia. HEX triplet: B5, 3D and AE. RGB value is (181,61,174). Sum of RGB (Red+Green+Blue) = 181+61+174=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 61 (24.22% from 255 or 14.66% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 181 - color contains mainly: red. Hex color #B53DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53DAE is #4AC251. Grayscale: #6D6D6D. Windows color (decimal): -4899410 or 11419061. OLE color: 11419061.

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

Color convert

RGB 181 61 174 -
CMYK 0 0.66 0.04 0.29
HSL 303.5º 0.5% 0.47% -
HSV(B) 303.5º 0.66% 0.71% -
XYZ 28.36 16.22 41.68 -
YUV 109.76 164.26 178.81 -
System Red Green Blue C M Y K H S L
Decimal 181 61 174 0 0.66 0.04 0.29 303.5 0.5 0.47
Hex B5 3D AE 0 42 4 1D 130 32 2F
Octal 265 75 256 0 102 4 35 460 62 57
Binary 10110101 111101 10101110 0 1000010 100 11101 100110000 110010 101111

Color Harmonies of #B53DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53DAE

Black with #B53DAE

Text Example


Text Example

White with #B53DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53DAE; }

 p { color: rgb(181,61,174); }

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

background-color css

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

 a { background-color: rgb(181,61,174); }

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

border-color css

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

 span { border-color: rgb(181,61,174); }

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