Html Css Color HEX #BB28B0 Fuchsia

📋 copy color: '#BB28B0'

red 187 ◦ green 40 ◦ blue 176

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

Shades of Fuchsia #BB28B0

Tints of Fuchsia #BB28B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 43.67%

R = 46.4%
G = 9.93%
B = 43.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BB28B0 (or 0xBB28B0) is known color: Fuchsia. HEX triplet: BB, 28 and B0. RGB value is (187,40,176). Sum of RGB (Red+Green+Blue) = 187+40+176=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 40 (16.02% from 255 or 9.93% from 403); Blue value is 176 (69.14% from 255 or 43.67% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BB28B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB28B0 is #44D74F. Grayscale: #636363. Windows color (decimal): -4511568 or 11544763. OLE color: 11544763.

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

Color convert

RGB 187 40 176 -
CMYK 0 0.79 0.06 0.27
HSL 304.49º 0.65% 0.45% -
HSV(B) 304.49º 0.79% 0.73% -
XYZ 29.09 15.22 42.48 -
YUV 99.46 171.2 190.44 -
System Red Green Blue C M Y K H S L
Decimal 187 40 176 0 0.79 0.06 0.27 304.49 0.65 0.45
Hex BB 28 B0 0 4F 6 1B 130 41 2D
Octal 273 50 260 0 117 6 33 460 101 55
Binary 10111011 101000 10110000 0 1001111 110 11011 100110000 1000001 101101

Color Harmonies of #BB28B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB28B0

Black with #BB28B0

Text Example


Text Example

White with #BB28B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB28B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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