Html Css Color HEX #BB45A5 Fuchsia

📋 copy color: '#BB45A5'

red 187 ◦ green 69 ◦ blue 165

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

Shades of Fuchsia #BB45A5

Tints of Fuchsia #BB45A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 39.19%

R = 44.42%
G = 16.39%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#BB45A5 (or 0xBB45A5) is known color: Fuchsia. HEX triplet: BB, 45 and A5. RGB value is (187,69,165). Sum of RGB (Red+Green+Blue) = 187+69+165=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 69 (27.34% from 255 or 16.39% from 421); Blue value is 165 (64.84% from 255 or 39.19% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BB45A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB45A5 is #44BA5A. Grayscale: #727272. Windows color (decimal): -4504155 or 10831291. OLE color: 10831291.

HSL color Cylindrical-coordinate representation of color #BB45A5: hue angle of 311.19º 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 #BB45A5 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 69 165 -
CMYK 0 0.63 0.12 0.27
HSL 311.19º 0.46% 0.5% -
HSV(B) 311.19º 0.63% 0.73% -
XYZ 29.41 17.54 37.43 -
YUV 115.23 156.09 179.19 -
System Red Green Blue C M Y K H S L
Decimal 187 69 165 0 0.63 0.12 0.27 311.19 0.46 0.5
Hex BB 45 A5 0 3F C 1B 137 2E 32
Octal 273 105 245 0 77 14 33 467 56 62
Binary 10111011 1000101 10100101 0 111111 1100 11011 100110111 101110 110010

Color Harmonies of #BB45A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB45A5

Black with #BB45A5

Text Example


Text Example

White with #BB45A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB45A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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