Html Css Color HEX #BB28B6 Fuchsia

📋 copy color: '#BB28B6'

red 187 ◦ green 40 ◦ blue 182

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

Shades of Fuchsia #BB28B6

Tints of Fuchsia #BB28B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 44.5%

R = 45.72%
G = 9.78%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BB28B6 (or 0xBB28B6) is known color: Fuchsia. HEX triplet: BB, 28 and B6. RGB value is (187,40,182). Sum of RGB (Red+Green+Blue) = 187+40+182=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 40 (16.02% from 255 or 9.78% from 409); Blue value is 182 (71.48% from 255 or 44.50% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB28B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB28B6 is #44D749. Grayscale: #636363. Windows color (decimal): -4511562 or 11937979. OLE color: 11937979.

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

Color convert

RGB 187 40 182 -
CMYK 0 0.79 0.03 0.27
HSL 302.04º 0.65% 0.45% -
HSV(B) 302.04º 0.79% 0.73% -
XYZ 29.7 15.46 45.67 -
YUV 100.14 174.2 189.95 -
System Red Green Blue C M Y K H S L
Decimal 187 40 182 0 0.79 0.03 0.27 302.04 0.65 0.45
Hex BB 28 B6 0 4F 3 1B 12E 41 2D
Octal 273 50 266 0 117 3 33 456 101 55
Binary 10111011 101000 10110110 0 1001111 11 11011 100101110 1000001 101101

Color Harmonies of #BB28B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB28B6

Black with #BB28B6

Text Example


Text Example

White with #BB28B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB28B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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