Html Css Color HEX #B55DB9 Fuchsia

📋 copy color: '#B55DB9'

red 181 ◦ green 93 ◦ blue 185

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

Shades of Fuchsia #B55DB9

Tints of Fuchsia #B55DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.31%

R = 39.43%
G = 20.26%
B = 40.31%

CMYK

 C value IS 0.02

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B55DB9 (or 0xB55DB9) is known color: Fuchsia. HEX triplet: B5, 5D and B9. RGB value is (181,93,185). Sum of RGB (Red+Green+Blue) = 181+93+185=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 93 (36.72% from 255 or 20.26% from 459); Blue value is 185 (72.66% from 255 or 40.31% from 459); Max value from RGB is 185 - color contains mainly: blue. Hex color #B55DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55DB9 is #4AA246. Grayscale: #818181. Windows color (decimal): -4891207 or 12148149. OLE color: 12148149.

HSL color Cylindrical-coordinate representation of color #B55DB9: hue angle of 297.39º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B55DB9 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 93 185 -
CMYK 0.02 0.50 0 0.27
HSL 297.39º 0.4% 0.55% -
HSV(B) 297.39º 0.5% 0.73% -
XYZ 31.73 21.16 48.31 -
YUV 129.8 159.15 164.52 -
System Red Green Blue C M Y K H S L
Decimal 181 93 185 0.02 0.50 0 0.27 297.39 0.4 0.55
Hex B5 5D B9 2 32 0 1B 129 28 37
Octal 265 135 271 2 62 0 33 451 50 67
Binary 10110101 1011101 10111001 10 110010 0 11011 100101001 101000 110111

Color Harmonies of #B55DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55DB9

Black with #B55DB9

Text Example


Text Example

White with #B55DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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