Html Css Color HEX #BB4DBF Fuchsia

📋 copy color: '#BB4DBF'

red 187 ◦ green 77 ◦ blue 191

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

Shades of Fuchsia #BB4DBF

Tints of Fuchsia #BB4DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.98%

R = 41.1%
G = 16.92%
B = 41.98%

CMYK

 C value IS 0.02

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB4DBF (or 0xBB4DBF) is known color: Fuchsia. HEX triplet: BB, 4D and BF. RGB value is (187,77,191). Sum of RGB (Red+Green+Blue) = 187+77+191=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB4DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4DBF is #44B240. Grayscale: #7A7A7A. Windows color (decimal): -4502081 or 12537275. OLE color: 12537275.

HSL color Cylindrical-coordinate representation of color #BB4DBF: hue angle of 297.89º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB4DBF is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 77 191 -
CMYK 0.02 0.60 0 0.25
HSL 297.89º 0.47% 0.53% -
HSV(B) 297.89º 0.6% 0.75% -
XYZ 32.55 19.63 51.36 -
YUV 122.89 166.44 173.73 -
System Red Green Blue C M Y K H S L
Decimal 187 77 191 0.02 0.60 0 0.25 297.89 0.47 0.53
Hex BB 4D BF 2 3C 0 19 12A 2F 35
Octal 273 115 277 2 74 0 31 452 57 65
Binary 10111011 1001101 10111111 10 111100 0 11001 100101010 101111 110101

Color Harmonies of #BB4DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4DBF

Black with #BB4DBF

Text Example


Text Example

White with #BB4DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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