Html Css Color HEX #BB40BB Fuchsia

📋 copy color: '#BB40BB'

red 187 ◦ green 64 ◦ blue 187

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

Shades of Fuchsia #BB40BB

Tints of Fuchsia #BB40BB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.61%

 BLUE value IS 187 (73.44% from 255) = 42.69%

R = 42.69%
G = 14.61%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BB40BB (or 0xBB40BB) is known color: Fuchsia. HEX triplet: BB, 40 and BB. RGB value is (187,64,187). Sum of RGB (Red+Green+Blue) = 187+64+187=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 64 (25.39% from 255 or 14.61% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB40BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB40BB is #44BF44. Grayscale: #727272. Windows color (decimal): -4505413 or 12271803. OLE color: 12271803.

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

Color convert

RGB 187 64 187 -
CMYK 0 0.66 0 0.27
HSL 300º 0.49% 0.49% -
HSV(B) 300º 0.66% 0.73% -
XYZ 31.3 17.82 48.8 -
YUV 114.8 168.75 179.5 -
System Red Green Blue C M Y K H S L
Decimal 187 64 187 0 0.66 0 0.27 300 0.49 0.49
Hex BB 40 BB 0 42 0 1B 12C 31 31
Octal 273 100 273 0 102 0 33 454 61 61
Binary 10111011 1000000 10111011 0 1000010 0 11011 100101100 110001 110001

Color Harmonies of #BB40BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB40BB

Black with #BB40BB

Text Example


Text Example

White with #BB40BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB40BB; }

 p { color: rgb(187,64,187); }

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

background-color css

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

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

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

border-color css

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

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

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