Html Css Color HEX #BB43A8 Fuchsia

📋 copy color: '#BB43A8'

red 187 ◦ green 67 ◦ blue 168

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

Shades of Fuchsia #BB43A8

Tints of Fuchsia #BB43A8

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.88%

 BLUE value IS 168 (66.02% from 255) = 39.81%

R = 44.31%
G = 15.88%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BB43A8 (or 0xBB43A8) is known color: Fuchsia. HEX triplet: BB, 43 and A8. RGB value is (187,67,168). Sum of RGB (Red+Green+Blue) = 187+67+168=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 67 (26.56% from 255 or 15.88% from 422); Blue value is 168 (66.02% from 255 or 39.81% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BB43A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB43A8 is #44BC57. Grayscale: #727272. Windows color (decimal): -4504664 or 11027387. OLE color: 11027387.

HSL color Cylindrical-coordinate representation of color #BB43A8: hue angle of 309.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB43A8 is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 67 168 -
CMYK 0 0.64 0.10 0.27
HSL 309.5º 0.47% 0.5% -
HSV(B) 309.5º 0.64% 0.73% -
XYZ 29.57 17.41 38.85 -
YUV 114.39 158.26 179.79 -
System Red Green Blue C M Y K H S L
Decimal 187 67 168 0 0.64 0.10 0.27 309.5 0.47 0.5
Hex BB 43 A8 0 40 A 1B 136 2F 32
Octal 273 103 250 0 100 12 33 466 57 62
Binary 10111011 1000011 10101000 0 1000000 1010 11011 100110110 101111 110010

Color Harmonies of #BB43A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB43A8

Black with #BB43A8

Text Example


Text Example

White with #BB43A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB43A8; }

 p { color: rgb(187,67,168); }

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

background-color css

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

 a { background-color: rgb(187,67,168); }

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

border-color css

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

 span { border-color: rgb(187,67,168); }

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