Html Css Color HEX #B55DBB Fuchsia

📋 copy color: '#B55DBB'

red 181 ◦ green 93 ◦ blue 187

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

Shades of Fuchsia #B55DBB

Tints of Fuchsia #B55DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.56%

R = 39.26%
G = 20.17%
B = 40.56%

CMYK

 C value IS 0.03

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B55DBB (or 0xB55DBB) is known color: Fuchsia. HEX triplet: B5, 5D and BB. RGB value is (181,93,187). Sum of RGB (Red+Green+Blue) = 181+93+187=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 93 (36.72% from 255 or 20.17% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 187 - color contains mainly: blue. Hex color #B55DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55DBB is #4AA244. Grayscale: #818181. Windows color (decimal): -4891205 or 12279221. OLE color: 12279221.

HSL color Cylindrical-coordinate representation of color #B55DBB: hue angle of 296.17º degrees, saturation: 0.41, 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 #B55DBB is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 93 187 -
CMYK 0.03 0.50 0 0.27
HSL 296.17º 0.41% 0.55% -
HSV(B) 296.17º 0.5% 0.73% -
XYZ 31.94 21.24 49.43 -
YUV 130.03 160.15 164.36 -
System Red Green Blue C M Y K H S L
Decimal 181 93 187 0.03 0.50 0 0.27 296.17 0.41 0.55
Hex B5 5D BB 3 32 0 1B 128 29 37
Octal 265 135 273 3 62 0 33 450 51 67
Binary 10110101 1011101 10111011 11 110010 0 11011 100101000 101001 110111

Color Harmonies of #B55DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55DBB

Black with #B55DBB

Text Example


Text Example

White with #B55DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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