Html Css Color HEX #B53DB1 Fuchsia

📋 copy color: '#B53DB1'

red 181 ◦ green 61 ◦ blue 177

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

Shades of Fuchsia #B53DB1

Tints of Fuchsia #B53DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 42.24%

R = 43.2%
G = 14.56%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B53DB1 (or 0xB53DB1) is known color: Fuchsia. HEX triplet: B5, 3D and B1. RGB value is (181,61,177). Sum of RGB (Red+Green+Blue) = 181+61+177=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 61 (24.22% from 255 or 14.56% from 419); Blue value is 177 (69.53% from 255 or 42.24% from 419); Max value from RGB is 181 - color contains mainly: red. Hex color #B53DB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53DB1 is #4AC24E. Grayscale: #6D6D6D. Windows color (decimal): -4899407 or 11615669. OLE color: 11615669.

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

Color convert

RGB 181 61 177 -
CMYK 0 0.66 0.02 0.29
HSL 302º 0.5% 0.47% -
HSV(B) 302º 0.66% 0.71% -
XYZ 28.66 16.34 43.24 -
YUV 110.1 165.76 178.57 -
System Red Green Blue C M Y K H S L
Decimal 181 61 177 0 0.66 0.02 0.29 302 0.5 0.47
Hex B5 3D B1 0 42 2 1D 12E 32 2F
Octal 265 75 261 0 102 2 35 456 62 57
Binary 10110101 111101 10110001 0 1000010 10 11101 100101110 110010 101111

Color Harmonies of #B53DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53DB1

Black with #B53DB1

Text Example


Text Example

White with #B53DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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