Html Css Color HEX #BB28B7 Fuchsia

📋 copy color: '#BB28B7'

red 187 ◦ green 40 ◦ blue 183

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

Shades of Fuchsia #BB28B7

Tints of Fuchsia #BB28B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 44.63%

R = 45.61%
G = 9.76%
B = 44.63%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BB28B7 (or 0xBB28B7) is known color: Fuchsia. HEX triplet: BB, 28 and B7. RGB value is (187,40,183). Sum of RGB (Red+Green+Blue) = 187+40+183=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 40 (16.02% from 255 or 9.76% from 410); Blue value is 183 (71.88% from 255 or 44.63% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BB28B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB28B7 is #44D748. Grayscale: #636363. Windows color (decimal): -4511561 or 12003515. OLE color: 12003515.

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

Color convert

RGB 187 40 183 -
CMYK 0 0.79 0.02 0.27
HSL 301.63º 0.65% 0.45% -
HSV(B) 301.63º 0.79% 0.73% -
XYZ 29.8 15.5 46.22 -
YUV 100.26 174.7 189.87 -
System Red Green Blue C M Y K H S L
Decimal 187 40 183 0 0.79 0.02 0.27 301.63 0.65 0.45
Hex BB 28 B7 0 4F 2 1B 12E 41 2D
Octal 273 50 267 0 117 2 33 456 101 55
Binary 10111011 101000 10110111 0 1001111 10 11011 100101110 1000001 101101

Color Harmonies of #BB28B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB28B7

Black with #BB28B7

Text Example


Text Example

White with #BB28B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB28B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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