Html Css Color HEX #BB40BA Fuchsia

📋 copy color: '#BB40BA'

red 187 ◦ green 64 ◦ blue 186

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

Shades of Fuchsia #BB40BA

Tints of Fuchsia #BB40BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.56%

R = 42.79%
G = 14.65%
B = 42.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB40BA (or 0xBB40BA) is known color: Fuchsia. HEX triplet: BB, 40 and BA. RGB value is (187,64,186). Sum of RGB (Red+Green+Blue) = 187+64+186=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 64 (25.39% from 255 or 14.65% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 187 - color contains mainly: red. Hex color #BB40BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB40BA is #44BF45. Grayscale: #727272. Windows color (decimal): -4505414 or 12206267. OLE color: 12206267.

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

Color convert

RGB 187 64 186 -
CMYK 0 0.66 0.01 0.27
HSL 300.49º 0.49% 0.49% -
HSV(B) 300.49º 0.66% 0.73% -
XYZ 31.19 17.78 48.24 -
YUV 114.69 168.25 179.58 -
System Red Green Blue C M Y K H S L
Decimal 187 64 186 0 0.66 0.01 0.27 300.49 0.49 0.49
Hex BB 40 BA 0 42 1 1B 12C 31 31
Octal 273 100 272 0 102 1 33 454 61 61
Binary 10111011 1000000 10111010 0 1000010 1 11011 100101100 110001 110001

Color Harmonies of #BB40BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB40BA

Black with #BB40BA

Text Example


Text Example

White with #BB40BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB40BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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