Html Css Color HEX #BB4DB0 Fuchsia

📋 copy color: '#BB4DB0'

red 187 ◦ green 77 ◦ blue 176

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

Shades of Fuchsia #BB4DB0

Tints of Fuchsia #BB4DB0

RGB

 RED value IS 187 (73.44% from 255) = 42.5%

 GREEN value IS 77 (30.47% from 255) = 17.5%

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

R = 42.5%
G = 17.5%
B = 40%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BB4DB0 (or 0xBB4DB0) is known color: Fuchsia. HEX triplet: BB, 4D and B0. RGB value is (187,77,176). Sum of RGB (Red+Green+Blue) = 187+77+176=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 77 (30.47% from 255 or 17.5% from 440); Blue value is 176 (69.14% from 255 or 40% from 440); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB4DB0 is #44B24F. Grayscale: #787878. Windows color (decimal): -4502096 or 11554235. OLE color: 11554235.

HSL color Cylindrical-coordinate representation of color #BB4DB0: hue angle of 306º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB4DB0 is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 77 176 -
CMYK 0 0.59 0.06 0.27
HSL 306º 0.45% 0.52% -
HSV(B) 306º 0.59% 0.73% -
XYZ 30.98 19.01 43.11 -
YUV 121.18 158.94 174.95 -
System Red Green Blue C M Y K H S L
Decimal 187 77 176 0 0.59 0.06 0.27 306 0.45 0.52
Hex BB 4D B0 0 3B 6 1B 132 2D 34
Octal 273 115 260 0 73 6 33 462 55 64
Binary 10111011 1001101 10110000 0 111011 110 11011 100110010 101101 110100

Color Harmonies of #BB4DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4DB0

Black with #BB4DB0

Text Example


Text Example

White with #BB4DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4DB0; }

 p { color: rgb(187,77,176); }

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

background-color css

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

 a { background-color: rgb(187,77,176); }

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

border-color css

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

 span { border-color: rgb(187,77,176); }

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