Html Css Color HEX #BB4DC0 Fuchsia

📋 copy color: '#BB4DC0'

red 187 ◦ green 77 ◦ blue 192

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

Shades of Fuchsia #BB4DC0

Tints of Fuchsia #BB4DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 42.11%

R = 41.01%
G = 16.89%
B = 42.11%

CMYK

 C value IS 0.03

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB4DC0 (or 0xBB4DC0) is known color: Fuchsia. HEX triplet: BB, 4D and C0. RGB value is (187,77,192). Sum of RGB (Red+Green+Blue) = 187+77+192=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 77 (30.47% from 255 or 16.89% from 456); Blue value is 192 (75.39% from 255 or 42.11% from 456); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB4DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4DC0 is #44B23F. Grayscale: #7A7A7A. Windows color (decimal): -4502080 or 12602811. OLE color: 12602811.

HSL color Cylindrical-coordinate representation of color #BB4DC0: hue angle of 297.39º degrees, saturation: 0.48, 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 #BB4DC0 is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 77 192 -
CMYK 0.03 0.60 0 0.25
HSL 297.39º 0.48% 0.53% -
HSV(B) 297.39º 0.6% 0.75% -
XYZ 32.66 19.68 51.95 -
YUV 123 166.94 173.65 -
System Red Green Blue C M Y K H S L
Decimal 187 77 192 0.03 0.60 0 0.25 297.39 0.48 0.53
Hex BB 4D C0 3 3C 0 19 129 30 35
Octal 273 115 300 3 74 0 31 451 60 65
Binary 10111011 1001101 11000000 11 111100 0 11001 100101001 110000 110101

Color Harmonies of #BB4DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4DC0

Black with #BB4DC0

Text Example


Text Example

White with #BB4DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4DC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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