Html Css Color HEX #B55DB2 Fuchsia

📋 copy color: '#B55DB2'

red 181 ◦ green 93 ◦ blue 178

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

Shades of Fuchsia #B55DB2

Tints of Fuchsia #B55DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.38%

R = 40.04%
G = 20.58%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B55DB2 (or 0xB55DB2) is known color: Fuchsia. HEX triplet: B5, 5D and B2. RGB value is (181,93,178). Sum of RGB (Red+Green+Blue) = 181+93+178=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 93 (36.72% from 255 or 20.58% from 452); Blue value is 178 (69.92% from 255 or 39.38% from 452); Max value from RGB is 181 - color contains mainly: red. Hex color #B55DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55DB2 is #4AA24D. Grayscale: #808080. Windows color (decimal): -4891214 or 11689397. OLE color: 11689397.

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

Color convert

RGB 181 93 178 -
CMYK 0 0.49 0.02 0.29
HSL 302.05º 0.37% 0.54% -
HSV(B) 302.05º 0.49% 0.71% -
XYZ 31.01 20.87 44.51 -
YUV 129 155.65 165.09 -
System Red Green Blue C M Y K H S L
Decimal 181 93 178 0 0.49 0.02 0.29 302.05 0.37 0.54
Hex B5 5D B2 0 31 2 1D 12E 25 36
Octal 265 135 262 0 61 2 35 456 45 66
Binary 10110101 1011101 10110010 0 110001 10 11101 100101110 100101 110110

Color Harmonies of #B55DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55DB2

Black with #B55DB2

Text Example


Text Example

White with #B55DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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