Html Css Color HEX #BB45A6 Fuchsia

📋 copy color: '#BB45A6'

red 187 ◦ green 69 ◦ blue 166

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

Shades of Fuchsia #BB45A6

Tints of Fuchsia #BB45A6

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.35%

 BLUE value IS 166 (65.23% from 255) = 39.34%

R = 44.31%
G = 16.35%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BB45A6 (or 0xBB45A6) is known color: Fuchsia. HEX triplet: BB, 45 and A6. RGB value is (187,69,166). Sum of RGB (Red+Green+Blue) = 187+69+166=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 69 (27.34% from 255 or 16.35% from 422); Blue value is 166 (65.23% from 255 or 39.34% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BB45A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB45A6 is #44BA59. Grayscale: #737373. Windows color (decimal): -4504154 or 10896827. OLE color: 10896827.

HSL color Cylindrical-coordinate representation of color #BB45A6: hue angle of 310.68º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB45A6 is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 69 166 -
CMYK 0 0.63 0.11 0.27
HSL 310.68º 0.46% 0.5% -
HSV(B) 310.68º 0.63% 0.73% -
XYZ 29.5 17.57 37.91 -
YUV 115.34 156.59 179.11 -
System Red Green Blue C M Y K H S L
Decimal 187 69 166 0 0.63 0.11 0.27 310.68 0.46 0.5
Hex BB 45 A6 0 3F B 1B 137 2E 32
Octal 273 105 246 0 77 13 33 467 56 62
Binary 10111011 1000101 10100110 0 111111 1011 11011 100110111 101110 110010

Color Harmonies of #BB45A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB45A6

Black with #BB45A6

Text Example


Text Example

White with #BB45A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB45A6; }

 p { color: rgb(187,69,166); }

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

background-color css

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

 a { background-color: rgb(187,69,166); }

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

border-color css

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

 span { border-color: rgb(187,69,166); }

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