Html Css Color HEX #BB28BE Fuchsia

📋 copy color: '#BB28BE'

red 187 ◦ green 40 ◦ blue 190

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

Shades of Fuchsia #BB28BE

Tints of Fuchsia #BB28BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.56%

R = 44.84%
G = 9.59%
B = 45.56%

CMYK

 C value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB28BE (or 0xBB28BE) is known color: Fuchsia. HEX triplet: BB, 28 and BE. RGB value is (187,40,190). Sum of RGB (Red+Green+Blue) = 187+40+190=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 40 (16.02% from 255 or 9.59% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB28BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB28BE is #44D741. Grayscale: #646464. Windows color (decimal): -4511554 or 12462267. OLE color: 12462267.

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

Color convert

RGB 187 40 190 -
CMYK 0.02 0.79 0 0.25
HSL 298.8º 0.65% 0.45% -
HSV(B) 298.8º 0.79% 0.75% -
XYZ 30.55 15.8 50.15 -
YUV 101.05 178.2 189.3 -
System Red Green Blue C M Y K H S L
Decimal 187 40 190 0.02 0.79 0 0.25 298.8 0.65 0.45
Hex BB 28 BE 2 4F 0 19 12B 41 2D
Octal 273 50 276 2 117 0 31 453 101 55
Binary 10111011 101000 10111110 10 1001111 0 11001 100101011 1000001 101101

Color Harmonies of #BB28BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB28BE

Black with #BB28BE

Text Example


Text Example

White with #BB28BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB28BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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