Html Css Color HEX #B55DB0 Fuchsia

📋 copy color: '#B55DB0'

red 181 ◦ green 93 ◦ blue 176

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

Shades of Fuchsia #B55DB0

Tints of Fuchsia #B55DB0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.67%

 BLUE value IS 176 (69.14% from 255) = 39.11%

R = 40.22%
G = 20.67%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B55DB0 (or 0xB55DB0) is known color: Fuchsia. HEX triplet: B5, 5D and B0. RGB value is (181,93,176). Sum of RGB (Red+Green+Blue) = 181+93+176=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 93 (36.72% from 255 or 20.67% from 450); Blue value is 176 (69.14% from 255 or 39.11% from 450); Max value from RGB is 181 - color contains mainly: red. Hex color #B55DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55DB0 is #4AA24F. Grayscale: #808080. Windows color (decimal): -4891216 or 11558325. OLE color: 11558325.

HSL color Cylindrical-coordinate representation of color #B55DB0: hue angle of 303.41º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B55DB0 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 93 176 -
CMYK 0 0.49 0.03 0.29
HSL 303.41º 0.37% 0.54% -
HSV(B) 303.41º 0.49% 0.71% -
XYZ 30.81 20.79 43.46 -
YUV 128.77 154.65 165.25 -
System Red Green Blue C M Y K H S L
Decimal 181 93 176 0 0.49 0.03 0.29 303.41 0.37 0.54
Hex B5 5D B0 0 31 3 1D 12F 25 36
Octal 265 135 260 0 61 3 35 457 45 66
Binary 10110101 1011101 10110000 0 110001 11 11101 100101111 100101 110110

Color Harmonies of #B55DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55DB0

Black with #B55DB0

Text Example


Text Example

White with #B55DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55DB0; }

 p { color: rgb(181,93,176); }

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

background-color css

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

 a { background-color: rgb(181,93,176); }

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

border-color css

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

 span { border-color: rgb(181,93,176); }

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