Html Css Color HEX #BB4AC2 Fuchsia

📋 copy color: '#BB4AC2'

red 187 ◦ green 74 ◦ blue 194

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

Shades of Fuchsia #BB4AC2

Tints of Fuchsia #BB4AC2

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.26%

 BLUE value IS 194 (76.17% from 255) = 42.64%

R = 41.1%
G = 16.26%
B = 42.64%

CMYK

 C value IS 0.04

 M value IS 0.62

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BB4AC2 (or 0xBB4AC2) is known color: Fuchsia. HEX triplet: BB, 4A and C2. RGB value is (187,74,194). Sum of RGB (Red+Green+Blue) = 187+74+194=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 74 (29.30% from 255 or 16.26% from 455); Blue value is 194 (76.17% from 255 or 42.64% from 455); Max value from RGB is 194 - color contains mainly: blue. Hex color #BB4AC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB4AC2 is #44B53D. Grayscale: #797979. Windows color (decimal): -4502846 or 12733115. OLE color: 12733115.

HSL color Cylindrical-coordinate representation of color #BB4AC2: hue angle of 296.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB4AC2 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 74 194 -
CMYK 0.04 0.62 0 0.24
HSL 296.5º 0.5% 0.53% -
HSV(B) 296.5º 0.62% 0.76% -
XYZ 32.68 19.36 53.05 -
YUV 121.47 168.94 174.74 -
System Red Green Blue C M Y K H S L
Decimal 187 74 194 0.04 0.62 0 0.24 296.5 0.5 0.53
Hex BB 4A C2 4 3E 0 18 128 32 35
Octal 273 112 302 4 76 0 30 450 62 65
Binary 10111011 1001010 11000010 100 111110 0 11000 100101000 110010 110101

Color Harmonies of #BB4AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4AC2

Black with #BB4AC2

Text Example


Text Example

White with #BB4AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4AC2; }

 p { color: rgb(187,74,194); }

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

background-color css

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

 a { background-color: rgb(187,74,194); }

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

border-color css

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

 span { border-color: rgb(187,74,194); }

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