Html Css Color HEX #BB28B2 Fuchsia

📋 copy color: '#BB28B2'

red 187 ◦ green 40 ◦ blue 178

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

Shades of Fuchsia #BB28B2

Tints of Fuchsia #BB28B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 43.95%

R = 46.17%
G = 9.88%
B = 43.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BB28B2 (or 0xBB28B2) is known color: Fuchsia. HEX triplet: BB, 28 and B2. RGB value is (187,40,178). Sum of RGB (Red+Green+Blue) = 187+40+178=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 40 (16.02% from 255 or 9.88% from 405); Blue value is 178 (69.92% from 255 or 43.95% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BB28B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB28B2 is #44D74D. Grayscale: #636363. Windows color (decimal): -4511566 or 11675835. OLE color: 11675835.

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

Color convert

RGB 187 40 178 -
CMYK 0 0.79 0.05 0.27
HSL 303.67º 0.65% 0.45% -
HSV(B) 303.67º 0.79% 0.73% -
XYZ 29.29 15.3 43.53 -
YUV 99.69 172.2 190.28 -
System Red Green Blue C M Y K H S L
Decimal 187 40 178 0 0.79 0.05 0.27 303.67 0.65 0.45
Hex BB 28 B2 0 4F 5 1B 130 41 2D
Octal 273 50 262 0 117 5 33 460 101 55
Binary 10111011 101000 10110010 0 1001111 101 11011 100110000 1000001 101101

Color Harmonies of #BB28B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB28B2

Black with #BB28B2

Text Example


Text Example

White with #BB28B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB28B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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