Html Css Color HEX #BB28B3 Fuchsia

📋 copy color: '#BB28B3'

red 187 ◦ green 40 ◦ blue 179

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

Shades of Fuchsia #BB28B3

Tints of Fuchsia #BB28B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 44.09%

R = 46.06%
G = 9.85%
B = 44.09%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BB28B3 (or 0xBB28B3) is known color: Fuchsia. HEX triplet: BB, 28 and B3. RGB value is (187,40,179). Sum of RGB (Red+Green+Blue) = 187+40+179=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 40 (16.02% from 255 or 9.85% from 406); Blue value is 179 (70.31% from 255 or 44.09% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BB28B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB28B3 is #44D74C. Grayscale: #636363. Windows color (decimal): -4511565 or 11741371. OLE color: 11741371.

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

Color convert

RGB 187 40 179 -
CMYK 0 0.79 0.04 0.27
HSL 303.27º 0.65% 0.45% -
HSV(B) 303.27º 0.79% 0.73% -
XYZ 29.39 15.34 44.06 -
YUV 99.8 172.7 190.2 -
System Red Green Blue C M Y K H S L
Decimal 187 40 179 0 0.79 0.04 0.27 303.27 0.65 0.45
Hex BB 28 B3 0 4F 4 1B 12F 41 2D
Octal 273 50 263 0 117 4 33 457 101 55
Binary 10111011 101000 10110011 0 1001111 100 11011 100101111 1000001 101101

Color Harmonies of #BB28B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB28B3

Black with #BB28B3

Text Example


Text Example

White with #BB28B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB28B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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