Html Css Color HEX #BB28BD Fuchsia

📋 copy color: '#BB28BD'

red 187 ◦ green 40 ◦ blue 189

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

Shades of Fuchsia #BB28BD

Tints of Fuchsia #BB28BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.43%

R = 44.95%
G = 9.62%
B = 45.43%

CMYK

 C value IS 0.01

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BB28BD (or 0xBB28BD) is known color: Fuchsia. HEX triplet: BB, 28 and BD. RGB value is (187,40,189). Sum of RGB (Red+Green+Blue) = 187+40+189=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 40 (16.02% from 255 or 9.62% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB28BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB28BD is #44D742. Grayscale: #646464. Windows color (decimal): -4511555 or 12396731. OLE color: 12396731.

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

Color convert

RGB 187 40 189 -
CMYK 0.01 0.79 0 0.26
HSL 299.19º 0.65% 0.45% -
HSV(B) 299.19º 0.79% 0.74% -
XYZ 30.44 15.76 49.58 -
YUV 100.94 177.7 189.38 -
System Red Green Blue C M Y K H S L
Decimal 187 40 189 0.01 0.79 0 0.26 299.19 0.65 0.45
Hex BB 28 BD 1 4F 0 1A 12B 41 2D
Octal 273 50 275 1 117 0 32 453 101 55
Binary 10111011 101000 10111101 1 1001111 0 11010 100101011 1000001 101101

Color Harmonies of #BB28BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB28BD

Black with #BB28BD

Text Example


Text Example

White with #BB28BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB28BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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