Html Css Color HEX #BB3AAC Fuchsia

📋 copy color: '#BB3AAC'

red 187 ◦ green 58 ◦ blue 172

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

Shades of Fuchsia #BB3AAC

Tints of Fuchsia #BB3AAC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.91%

 BLUE value IS 172 (67.58% from 255) = 41.25%

R = 44.84%
G = 13.91%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB3AAC (or 0xBB3AAC) is known color: Fuchsia. HEX triplet: BB, 3A and AC. RGB value is (187,58,172). Sum of RGB (Red+Green+Blue) = 187+58+172=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 58 (23.05% from 255 or 13.91% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3AAC is #44C553. Grayscale: #6D6D6D. Windows color (decimal): -4506964 or 11287227. OLE color: 11287227.

HSL color Cylindrical-coordinate representation of color #BB3AAC: hue angle of 306.98º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB3AAC is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 58 172 -
CMYK 0 0.69 0.08 0.27
HSL 306.98º 0.53% 0.48% -
HSV(B) 306.98º 0.69% 0.73% -
XYZ 29.45 16.57 40.68 -
YUV 109.57 163.24 183.23 -
System Red Green Blue C M Y K H S L
Decimal 187 58 172 0 0.69 0.08 0.27 306.98 0.53 0.48
Hex BB 3A AC 0 45 8 1B 133 35 30
Octal 273 72 254 0 105 10 33 463 65 60
Binary 10111011 111010 10101100 0 1000101 1000 11011 100110011 110101 110000

Color Harmonies of #BB3AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3AAC

Black with #BB3AAC

Text Example


Text Example

White with #BB3AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3AAC; }

 p { color: rgb(187,58,172); }

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

background-color css

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

 a { background-color: rgb(187,58,172); }

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

border-color css

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

 span { border-color: rgb(187,58,172); }

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