Html Css Color HEX #BB61A8 Fuchsia

📋 copy color: '#BB61A8'

red 187 ◦ green 97 ◦ blue 168

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

Shades of Fuchsia #BB61A8

Tints of Fuchsia #BB61A8

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.46%

 BLUE value IS 168 (66.02% from 255) = 37.17%

R = 41.37%
G = 21.46%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BB61A8 (or 0xBB61A8) is known color: Fuchsia. HEX triplet: BB, 61 and A8. RGB value is (187,97,168). Sum of RGB (Red+Green+Blue) = 187+97+168=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 97 (38.28% from 255 or 21.46% from 452); Blue value is 168 (66.02% from 255 or 37.17% from 452); Max value from RGB is 187 - color contains mainly: red. Hex color #BB61A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB61A8 is #449E57. Grayscale: #838383. Windows color (decimal): -4496984 or 11035067. OLE color: 11035067.

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

Color convert

RGB 187 97 168 -
CMYK 0 0.48 0.10 0.27
HSL 312.67º 0.4% 0.56% -
HSV(B) 312.67º 0.48% 0.73% -
XYZ 31.84 21.94 39.6 -
YUV 132 148.32 167.23 -
System Red Green Blue C M Y K H S L
Decimal 187 97 168 0 0.48 0.10 0.27 312.67 0.4 0.56
Hex BB 61 A8 0 30 A 1B 139 28 38
Octal 273 141 250 0 60 12 33 471 50 70
Binary 10111011 1100001 10101000 0 110000 1010 11011 100111001 101000 111000

Color Harmonies of #BB61A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB61A8

Black with #BB61A8

Text Example


Text Example

White with #BB61A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB61A8; }

 p { color: rgb(187,97,168); }

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

background-color css

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

 a { background-color: rgb(187,97,168); }

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

border-color css

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

 span { border-color: rgb(187,97,168); }

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