Html Css Color HEX #BB28B9 Fuchsia

📋 copy color: '#BB28B9'

red 187 ◦ green 40 ◦ blue 185

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

Shades of Fuchsia #BB28B9

Tints of Fuchsia #BB28B9

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.71%

 BLUE value IS 185 (72.66% from 255) = 44.9%

R = 45.39%
G = 9.71%
B = 44.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB28B9 (or 0xBB28B9) is known color: Fuchsia. HEX triplet: BB, 28 and B9. RGB value is (187,40,185). Sum of RGB (Red+Green+Blue) = 187+40+185=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 40 (16.02% from 255 or 9.71% from 412); Blue value is 185 (72.66% from 255 or 44.90% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BB28B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB28B9 is #44D746. Grayscale: #646464. Windows color (decimal): -4511559 or 12134587. OLE color: 12134587.

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

Color convert

RGB 187 40 185 -
CMYK 0 0.79 0.01 0.27
HSL 300.82º 0.65% 0.45% -
HSV(B) 300.82º 0.79% 0.73% -
XYZ 30.01 15.59 47.33 -
YUV 100.48 175.7 189.71 -
System Red Green Blue C M Y K H S L
Decimal 187 40 185 0 0.79 0.01 0.27 300.82 0.65 0.45
Hex BB 28 B9 0 4F 1 1B 12D 41 2D
Octal 273 50 271 0 117 1 33 455 101 55
Binary 10111011 101000 10111001 0 1001111 1 11011 100101101 1000001 101101

Color Harmonies of #BB28B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB28B9

Black with #BB28B9

Text Example


Text Example

White with #BB28B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB28B9; }

 p { color: rgb(187,40,185); }

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

background-color css

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

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

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

border-color css

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

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

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