Html Css Color HEX #BB40B5 Fuchsia

📋 copy color: '#BB40B5'

red 187 ◦ green 64 ◦ blue 181

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

Shades of Fuchsia #BB40B5

Tints of Fuchsia #BB40B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 41.9%

R = 43.29%
G = 14.81%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BB40B5 (or 0xBB40B5) is known color: Fuchsia. HEX triplet: BB, 40 and B5. RGB value is (187,64,181). Sum of RGB (Red+Green+Blue) = 187+64+181=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 64 (25.39% from 255 or 14.81% from 432); Blue value is 181 (71.09% from 255 or 41.90% from 432); Max value from RGB is 187 - color contains mainly: red. Hex color #BB40B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB40B5 is #44BF4A. Grayscale: #717171. Windows color (decimal): -4505419 or 11878587. OLE color: 11878587.

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

Color convert

RGB 187 64 181 -
CMYK 0 0.66 0.03 0.27
HSL 302.93º 0.49% 0.49% -
HSV(B) 302.93º 0.66% 0.73% -
XYZ 30.67 17.57 45.49 -
YUV 114.12 165.75 179.99 -
System Red Green Blue C M Y K H S L
Decimal 187 64 181 0 0.66 0.03 0.27 302.93 0.49 0.49
Hex BB 40 B5 0 42 3 1B 12F 31 31
Octal 273 100 265 0 102 3 33 457 61 61
Binary 10111011 1000000 10110101 0 1000010 11 11011 100101111 110001 110001

Color Harmonies of #BB40B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB40B5

Black with #BB40B5

Text Example


Text Example

White with #BB40B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB40B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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